(ctx context.Context, projectID string)
| 38 | // Service routes |
| 39 | ApplyServiceRoutes(ctx context.Context, projectID, serviceID string, routes model.Routes) error |
| 40 | GetServiceRoutes(ctx context.Context, projectID string) (map[string]model.Routes, error) |
| 41 | |
| 42 | // Service role |
| 43 | ApplyServiceRole(ctx context.Context, role *model.Role) error |
no outgoing calls
no test coverage detected