MCPcopy Create free account
hub / github.com/rilldata/rill / FindUsergroupsForOrganizationAndUser

Method FindUsergroupsForOrganizationAndUser

admin/database/database.go:146–146  ·  view source on GitHub ↗
(ctx context.Context, orgID, userID, afterName string, limit int)

Source from the content-addressed store, hash-verified

144 IncrementCurrentTrialOrgCount(ctx context.Context, userID string) error
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

Calls

no outgoing calls

Tested by

no test coverage detected