Documentation ¶
Index ¶
- type Client
- func (c *Client) ConfigMap(identifier string) (*brightbox.ConfigMap, error)
- func (c *Client) DestroyServer(identifier string) error
- func (c *Client) DestroyServerGroup(identifier string) error
- func (c *Client) Server(identifier string) (*brightbox.Server, error)
- func (c *Client) ServerGroup(identifier string) (*brightbox.ServerGroup, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client is a cached brightbox Client
func (*Client) DestroyServer ¶
DestroyServer removes a server by id
func (*Client) DestroyServerGroup ¶
DestroyServerGroup removes a server group by id
func (*Client) ServerGroup ¶
func (c *Client) ServerGroup(identifier string) (*brightbox.ServerGroup, error)
ServerGroup fetches a server group by id
Click to show internal directories.
Click to hide internal directories.