zitadel/internal/v2/domain/verfied.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
123 B
Go

package domain
const VerifiedTypeSuffix = "domain.verified"
type VerifiedPayload struct {
Name string `json:"domain"`
}