mirror of
https://github.com/zitadel/zitadel.git
synced 2025-11-14 21:35:04 +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
|
||
|
|
}
|