Documentation ¶
Index ¶
- type Client
- func (c *Client) CreateDeploy(endpointID uuid.UUID, blob io.Reader, params api.CreateDeployParams) (*types.Deploy, error)
- func (c *Client) CreateEndpoint(params api.CreateEndpointParams) (*types.Endpoint, error)
- func (c *Client) ListEndpoints() ([]types.Endpoint, error)
- func (c *Client) RollbackEndpoint(endpointID uuid.UUID, params api.CreateRollbackParams) (*api.CreateRollbackResponse, error)
- type Config
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) CreateDeploy ¶
func (*Client) CreateEndpoint ¶
func (*Client) RollbackEndpoint ¶
func (c *Client) RollbackEndpoint(endpointID uuid.UUID, params api.CreateRollbackParams) (*api.CreateRollbackResponse, error)
Click to show internal directories.
Click to hide internal directories.