(ctx context.Context, projectID string)
| 42 | // Service role |
| 43 | ApplyServiceRole(ctx context.Context, role *model.Role) error |
| 44 | GetServiceRole(ctx context.Context, projectID string) ([]*model.Role, error) |
| 45 | DeleteServiceRole(ctx context.Context, projectID, serviceID, id string) error |
| 46 | |
| 47 | // Secret methods! |
no outgoing calls
no test coverage detected