mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-23 06:07:43 +00:00
feat: sequence and timestamp on searchrequests (#468)
* feat: reread events * feat: sequence and timestamo on search requests * feat: sequence and timestamo on search requests * fix: better naming * fix: log errors * fix: read sequence before search request
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
package model
|
||||
|
||||
import (
|
||||
"time"
|
||||
)
|
||||
|
||||
type View struct {
|
||||
Database string
|
||||
ViewName string
|
||||
CurrentSequence uint64
|
||||
Database string
|
||||
ViewName string
|
||||
CurrentSequence uint64
|
||||
CurrentTimestamp time.Time
|
||||
}
|
||||
|
Reference in New Issue
Block a user