mirror of
https://github.com/zitadel/zitadel.git
synced 2025-03-01 15:07:24 +00:00
8 lines
130 B
Go
8 lines
130 B
Go
package domain
|
|
|
|
const PrimarySetTypeSuffix = "domain.primary.set"
|
|
|
|
type PrimarySetPayload struct {
|
|
Name string `json:"domain"`
|
|
}
|