mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-13 03:24:26 +00:00
12be21a3ff
creates events structures for initial projections and read models
8 lines
123 B
Go
8 lines
123 B
Go
package domain
|
|
|
|
const VerifiedTypeSuffix = "domain.verified"
|
|
|
|
type VerifiedPayload struct {
|
|
Name string `json:"domain"`
|
|
}
|