(ctx context.Context, service *model.Service)
| 27 | CreateProject(ctx context.Context, project *model.Project) error |
| 28 | DeleteProject(ctx context.Context, projectID string) error |
| 29 | ApplyService(ctx context.Context, service *model.Service) error |
| 30 | GetServices(ctx context.Context, projectID string) ([]*model.Service, error) |
| 31 | GetServiceStatus(ctx context.Context, projectID string) ([]*model.ServiceStatus, error) |
| 32 | DeleteService(ctx context.Context, projectID, serviceID, version string) error |
no outgoing calls
no test coverage detected