(ctx context.Context, projectID string)
| 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 |
| 33 | ScaleUp(ctx context.Context, projectID, serviceID, version string) error |
no outgoing calls