Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ControlzClient ¶
type ControlzClient struct {
// contains filtered or unexported fields
}
func (*ControlzClient) GetScope ¶
func (c *ControlzClient) GetScope(scope string) (*ScopeInfo, error)
func (*ControlzClient) GetScopes ¶
func (c *ControlzClient) GetScopes() ([]*ScopeInfo, error)
func (*ControlzClient) PutScope ¶
func (c *ControlzClient) PutScope(scope *ScopeInfo) error
func (*ControlzClient) PutScopes ¶
func (c *ControlzClient) PutScopes(scopes []*ScopeInfo) error
type ScopeLevelPair ¶
type ScopeLevelPair struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.