(ctx context.Context, projectID, environment, branch string)
| 105 | // FindDeploymentsToDelete finds stopped deployments that should be deleted (i.e. fully removed, including persistent state) due to having been stopped for longer than the provided retention. |
| 106 | FindDeploymentsToDelete(ctx context.Context, retention time.Duration) ([]*Deployment, error) |
| 107 | FindDeploymentsForProject(ctx context.Context, projectID, environment, branch string) ([]*Deployment, error) |
| 108 | FindDeployment(ctx context.Context, id string) (*Deployment, error) |
| 109 | FindDeploymentByInstanceID(ctx context.Context, instanceID string) (*Deployment, error) |
| 110 | InsertDeployment(ctx context.Context, opts *InsertDeploymentOptions) (*Deployment, error) |
no outgoing calls
no test coverage detected