1
0
mirror of https://github.com/zitadel/zitadel.git synced 2025-04-22 11:41:32 +00:00

13 lines
159 B
Go
Raw Normal View History

package model
import (
"time"
)
type View struct {
Database string
ViewName string
CurrentSequence uint64
CurrentTimestamp time.Time
}