(ctx context.Context, projectID string)
| 26 | type Interface interface { |
| 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) |
no outgoing calls
no test coverage detected