mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-14 03:54:21 +00:00
12be21a3ff
creates events structures for initial projections and read models
8 lines
120 B
Go
8 lines
120 B
Go
package domain
|
|
|
|
const RemovedTypeSuffix = "domain.removed"
|
|
|
|
type RemovedPayload struct {
|
|
Name string `json:"domain"`
|
|
}
|