Documentation
¶
Index ¶
- 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
- type 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsCancellable ¶
func IsCancellable(status *client.DeployStatus) bool
func IsComplete ¶
func IsComplete(status *client.DeployStatus) bool
func IsSuccessful ¶
func IsSuccessful(status *client.DeployStatus) bool
Types ¶
type ListItem ¶
type ListItem struct {
// contains filtered or unexported fields
}
func NewListItem ¶
func (ListItem) Description ¶
func (ListItem) FilterValue ¶
type Repo ¶
type Repo struct {
// contains filtered or unexported fields
}
func NewRepo ¶
func NewRepo(c *client.ClientWithResponses) *Repo
func (*Repo) CancelDeploy ¶
func (*Repo) ListDeploysForService ¶
func (*Repo) TriggerDeploy ¶
type TriggerDeployInput ¶
Click to show internal directories.
Click to hide internal directories.