Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OrganizationManager ¶
type OrganizationManager struct {
// contains filtered or unexported fields
}
OrganizationManager handles organization business operations
func NewOrganizationManager ¶
func NewOrganizationManager(client client.Client) *OrganizationManager
NewOrganizationManager creates a new organization manager
func (*OrganizationManager) GetCurrent ¶
func (s *OrganizationManager) GetCurrent() (string, error)
GetCurrent returns the currently configured organization
func (*OrganizationManager) List ¶
func (s *OrganizationManager) List() ([]string, error)
List retrieves all organizations for the user
func (*OrganizationManager) SetCurrent ¶
func (s *OrganizationManager) SetCurrent(name string) error
SetCurrent sets the default organization in config
Click to show internal directories.
Click to hide internal directories.