mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-05 17:32:07 +00:00
8 lines
108 B
Go
8 lines
108 B
Go
|
|
package model
|
||
|
|
|
||
|
|
type View struct {
|
||
|
|
Database string
|
||
|
|
ViewName string
|
||
|
|
CurrentSequence uint64
|
||
|
|
}
|