Documentation ¶
Index ¶
- Variables
- type Client
- func (c Client) Create(cfg config.Config) error
- func (c Client) CreateWithUserPass(cfg config.Config, userPass string) error
- func (c Client) Delete(names []string) error
- func (c Client) List() error
- func (c Client) PrintActive() error
- func (c Client) SwitchActive(name string) error
- func (c Client) Update(cfg config.Config) error
- func (c Client) UpdateWithUserPass(cfg config.Config, userPass string) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInvalidHostUrlScheme = errors.New("a scheme of http or https must be provided for host url")
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (Client) CreateWithUserPass ¶ added in v2.4.0
func (Client) PrintActive ¶
func (Client) SwitchActive ¶
Click to show internal directories.
Click to hide internal directories.