Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandMetadata ¶
type DeleteOrg ¶
type DeleteOrg struct { }
func (*DeleteOrg) GetRequirements ¶
func (*DeleteOrg) Metadata ¶
func (command *DeleteOrg) Metadata() CommandMetadata
type ListOrgs ¶
type ListOrgs struct {
// contains filtered or unexported fields
}
func NewListOrgs ¶
func NewListOrgs(ui terminal.UI, config configuration.Reader, orgRepo api.OrganizationRepository) (cmd ListOrgs)
func (ListOrgs) GetRequirements ¶
type RenameOrg ¶
type RenameOrg struct {
// contains filtered or unexported fields
}
func NewRenameOrg ¶
func NewRenameOrg(ui terminal.UI, config configuration.ReadWriter, orgRepo api.OrganizationRepository) (cmd *RenameOrg)
func (*RenameOrg) GetRequirements ¶
type SetQuota ¶
type SetQuota struct {
// contains filtered or unexported fields
}
func NewSetQuota ¶
func NewSetQuota(ui terminal.UI, config configuration.Reader, quotaRepo api.QuotaRepository) (cmd *SetQuota)
func (*SetQuota) GetRequirements ¶
type ShowOrg ¶
type ShowOrg struct {
// contains filtered or unexported fields
}
func NewShowOrg ¶
func NewShowOrg(ui terminal.UI, config configuration.Reader) (cmd *ShowOrg)
func (*ShowOrg) GetRequirements ¶
Click to show internal directories.
Click to hide internal directories.