mirror of
https://github.com/zitadel/zitadel
synced 2024-11-23 19:19:19 +00:00
8bfa1a083c
* feat: get views and failed events * feat: get views and failed events * feat: get views and failed events * Update internal/view/repository/sequence.go Co-authored-by: Livio Amstutz <livio.a@gmail.com> * Update internal/view/repository/general_query.go Co-authored-by: Livio Amstutz <livio.a@gmail.com> Co-authored-by: Livio Amstutz <livio.a@gmail.com>
8 lines
108 B
Go
8 lines
108 B
Go
package model
|
|
|
|
type View struct {
|
|
Database string
|
|
ViewName string
|
|
CurrentSequence uint64
|
|
}
|