mirror of
https://github.com/zitadel/zitadel.git
synced 2025-04-03 02:05:42 +00:00
8 lines
108 B
Go
8 lines
108 B
Go
![]() |
package model
|
||
|
|
||
|
type View struct {
|
||
|
Database string
|
||
|
ViewName string
|
||
|
CurrentSequence uint64
|
||
|
}
|