package
Version:
v0.0.2
Opens a new window with list of versions in this module.
Published: Oct 4, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
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 struct {
Name string `json:"name"`
MembersCount int64 `json:"memberCount"`
TenantID string `json:"tenantID"`
State string `json:"state"`
CreatedAt time.Time `json:"createdAt"`
UpdatedAt time.Time `json:"updatedAt"`
}
type WarehouseStatusDTO struct {
Name string `json:"id,omitempty"`
ReadyInstances int64 `json:"readyInstances,omitempty"`
Size string `json:"size,omitempty"`
State string `json:"state,omitempty"`
TotalInstances int64 `json:"totalInstances,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.