1
0
mirror of https://github.com/zitadel/zitadel.git synced 2025-04-23 05:11:31 +00:00

14 lines
227 B
Go
Raw Normal View History

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