mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-13 03:24:26 +00:00
8 lines
108 B
Go
8 lines
108 B
Go
|
package model
|
||
|
|
||
|
type View struct {
|
||
|
Database string
|
||
|
ViewName string
|
||
|
CurrentSequence uint64
|
||
|
}
|