(ctx context.Context, userID string, superuser bool)
| 138 | CheckUsersEmpty(ctx context.Context) (bool, error) |
| 139 | FindSuperusers(ctx context.Context) ([]*User, error) |
| 140 | UpdateSuperuser(ctx context.Context, userID string, superuser bool) error |
| 141 | CheckUserIsAnOrganizationMember(ctx context.Context, userID, orgID string) (bool, error) |
| 142 | CheckUserIsAProjectMember(ctx context.Context, userID, projectID string) (bool, error) |
| 143 | GetCurrentTrialOrgCount(ctx context.Context, userID string) (int, error) |
no outgoing calls
no test coverage detected