Documentation
¶
Index ¶
- type Client
- func (c *Client) CountInstances(jwt auth.Token, search string, includeGenerated bool) (count int64, err error, errCode int)
- func (c *Client) CreateInstance(instance model.Instance, jwt auth.Token) (result model.Instance, err error, code int)
- func (c *Client) DeleteInstance(id string, jwt auth.Token) (err error, errCode int)
- func (c *Client) ListInstances(jwt auth.Token, limit int64, offset int64, sort string, asc bool, ...) (results []model.Instance, err error, errCode int)
- func (c *Client) ReadInstance(id string, jwt auth.Token) (result model.Instance, err error, errCode int)
- func (c *Client) SetInstance(importType model.Instance, jwt auth.Token) (err error, code int)
- type Interface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) CountInstances ¶ added in v0.0.3
func (*Client) CreateInstance ¶
func (*Client) DeleteInstance ¶
func (*Client) ListInstances ¶
func (*Client) ReadInstance ¶
Click to show internal directories.
Click to hide internal directories.