(ctx context.Context, name string)
| 227 | |
| 228 | FindOrganizationRoles(ctx context.Context) ([]*OrganizationRole, error) |
| 229 | FindOrganizationRole(ctx context.Context, name string) (*OrganizationRole, error) |
| 230 | FindProjectRoles(ctx context.Context) ([]*ProjectRole, error) |
| 231 | FindProjectRole(ctx context.Context, name string) (*ProjectRole, error) |
| 232 | FindProjectRoleByID(ctx context.Context, id string) (*ProjectRole, error) |
no outgoing calls