(ctx context.Context, orgName, name string)
| 145 | |
| 146 | FindUsergroupsForOrganizationAndUser(ctx context.Context, orgID, userID, afterName string, limit int) ([]*Usergroup, error) |
| 147 | FindUsergroupByName(ctx context.Context, orgName, name string) (*Usergroup, error) |
| 148 | CheckUsergroupExists(ctx context.Context, groupID string) (bool, error) |
| 149 | InsertManagedUsergroups(ctx context.Context, orgID string) error |
| 150 | InsertUsergroup(ctx context.Context, opts *InsertUsergroupOptions) (*Usergroup, error) |
no outgoing calls
no test coverage detected