mirror of
https://github.com/zitadel/zitadel.git
synced 2025-11-10 10:13:10 +00:00
10 lines
158 B
Go
10 lines
158 B
Go
|
|
package model
|
||
|
|
|
||
|
|
type FailedEvent struct {
|
||
|
|
Database string
|
||
|
|
ViewName string
|
||
|
|
FailedSequence uint64
|
||
|
|
FailureCount uint64
|
||
|
|
ErrMsg string
|
||
|
|
}
|