Versions in this module Expand all Collapse all v1 v1.1.2 Jan 31, 2025 v1.1.1 Jan 30, 2025 Changes in this version + func Header() []string + func IsCancellable(status *client.DeployStatus) bool + func IsComplete(status *client.DeployStatus) bool + func IsSuccessful(status *client.DeployStatus) bool + func Row(deploy *client.Deploy) []string + type ListItem struct + func NewListItem(d *client.Deploy) ListItem + func (i ListItem) Deploy() *client.Deploy + func (i ListItem) Description() string + func (i ListItem) FilterValue() string + func (i ListItem) Height() int + func (i ListItem) Title() string + type Repo struct + func NewRepo(c *client.ClientWithResponses) *Repo + func (d *Repo) CancelDeploy(ctx context.Context, serviceID, deployID string) (*client.Deploy, error) + func (d *Repo) GetDeploy(ctx context.Context, serviceID, deployID string) (*client.Deploy, error) + func (d *Repo) ListDeploysForService(ctx context.Context, serviceID string, params *client.ListDeploysParams) ([]*client.Deploy, error) + func (d *Repo) TriggerDeploy(ctx context.Context, serviceID string, input TriggerDeployInput) (*client.Deploy, error) + type TriggerDeployInput struct + ClearCache *bool + CommitId *string + ImageUrl *string