mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 11:04:25 +00:00
12be21a3ff
creates events structures for initial projections and read models
8 lines
127 B
Go
8 lines
127 B
Go
package avatar
|
|
|
|
const AvatarAddedTypeSuffix = ".avatar.added"
|
|
|
|
type AddedPayload struct {
|
|
StoreKey string `json:"storeKey"`
|
|
}
|