mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-15 12:27:59 +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"`
|
||
|
}
|