mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 14:47:33 +00:00
org domain tests
This commit is contained in:
@@ -15,8 +15,8 @@ type OrganizationDomain struct {
|
||||
IsPrimary bool `json:"isPrimary,omitempty" db:"is_primary"`
|
||||
ValidationType DomainValidationType `json:"validationType,omitempty" db:"validation_type"`
|
||||
|
||||
CreatedAt string `json:"createdAt,omitempty" db:"created_at"`
|
||||
UpdatedAt string `json:"updatedAt,omitempty" db:"updated_at"`
|
||||
CreatedAt time.Time `json:"createdAt,omitzero" db:"created_at"`
|
||||
UpdatedAt time.Time `json:"updatedAt,omitzero" db:"updated_at"`
|
||||
}
|
||||
|
||||
type AddOrganizationDomain struct {
|
||||
|
Reference in New Issue
Block a user