(ctx context.Context, orgID string)
| 93 | UpdateProject(ctx context.Context, id string, opts *UpdateProjectOptions) (*Project, error) |
| 94 | CountProjectsForOrganization(ctx context.Context, orgID string) (int, error) |
| 95 | CountProjectsQuotaUsage(ctx context.Context, orgID string) (*ProjectsQuotaUsage, error) |
| 96 | FindProjectWhitelistedDomain(ctx context.Context, projectID, domain string) (*ProjectWhitelistedDomain, error) |
| 97 | FindProjectWhitelistedDomainForProjectWithJoinedRoleNames(ctx context.Context, projectID string) ([]*ProjectWhitelistedDomainWithJoinedRoleNames, error) |
| 98 | FindProjectWhitelistedDomainsForDomain(ctx context.Context, domain string) ([]*ProjectWhitelistedDomain, error) |
no outgoing calls
no test coverage detected