Documentation
¶
Index ¶
- type Client
- func (c *Client) CreateDeployment(endpointID uuid.UUID, blob io.Reader, params api.CreateDeploymentParams) (*types.Deployment, error)
- func (c *Client) CreateEndpoint(params api.CreateEndpointParams) (*types.Endpoint, error)
- func (c *Client) ListEndpoints() ([]types.Endpoint, error)
- func (c *Client) Publish(params api.PublishParams) (*api.PublishResponse, error)
- type Config
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) CreateDeployment ¶
func (c *Client) CreateDeployment(endpointID uuid.UUID, blob io.Reader, params api.CreateDeploymentParams) (*types.Deployment, error)
func (*Client) CreateEndpoint ¶
func (*Client) Publish ¶
func (c *Client) Publish(params api.PublishParams) (*api.PublishResponse, error)
Click to show internal directories.
Click to hide internal directories.