Documentation
¶
Index ¶
- type Client
- func (c *Client) CreateDeploy(service string, version string, destroyPrevious bool, instanceCount int) (*http.Response, error)
- func (c *Client) CreateTask(service string, version string, command string) (*http.Response, error)
- func (c *Client) DestroyDeploy(service string, version string) (*http.Response, error)
- func (c *Client) GetUnits(service string) ([]*Unit, error)
- type Unit
- type UnitsResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) CreateDeploy ¶
func (*Client) CreateTask ¶
func (*Client) DestroyDeploy ¶
type Unit ¶
type Unit server.VersionedUnit
type UnitsResponse ¶
type UnitsResponse struct {
Units []*Unit `json:"units"`
}
Click to show internal directories.
Click to hide internal directories.