MCPcopy Index your code
hub / github.com/rilldata/rill / FindUsergroupByName

Method FindUsergroupByName

admin/database/database.go:147–147  ·  view source on GitHub ↗
(ctx context.Context, orgName, name string)

Source from the content-addressed store, hash-verified

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)

Calls

no outgoing calls

Tested by

no test coverage detected