mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-13 11:34:26 +00:00
12be21a3ff
creates events structures for initial projections and read models
8 lines
133 B
Go
8 lines
133 B
Go
package avatar
|
|
|
|
const AvatarRemovedTypeSuffix = ".avatar.removed"
|
|
|
|
type RemovedPayload struct {
|
|
StoreKey string `json:"storeKey"`
|
|
}
|