zitadel/internal/v2/avatar/removed.go
Silvan 12be21a3ff
refactor(v2): init events (#7823)
creates events structures for initial projections and read models
2024-05-23 06:36:08 +02:00

8 lines
133 B
Go

package avatar
const AvatarRemovedTypeSuffix = ".avatar.removed"
type RemovedPayload struct {
StoreKey string `json:"storeKey"`
}