(ctx context.Context, id string)
| 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) |
| 111 | DeleteDeployment(ctx context.Context, id string) error |
no outgoing calls
no test coverage detected