Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountInfoDTO ¶
type AccountInfoDTO struct {
ID uint64 `json:"id"`
Email string `json:"email"`
Name string `json:"name"`
State string `json:"state"`
AvatarURL string `json:"avatarURL"`
DefaultOrgSlug string `json:"defaultOrgSlug"`
PasswordEnabled bool `json:"passwordEnabled"`
CreatedAt time.Time `json:"createdAt"`
UpdatedAt time.Time `json:"updatedAt"`
}
type OrgInfoDTO ¶
Click to show internal directories.
Click to hide internal directories.