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

Method DeleteUsergroup

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

Source from the content-addressed store, hash-verified

151 UpdateUsergroupName(ctx context.Context, name, groupID string) (*Usergroup, error)
152 UpdateUsergroupDescription(ctx context.Context, description, groupID string) (*Usergroup, error)
153 DeleteUsergroup(ctx context.Context, groupID string) error
154
155 FindUsergroupsForUser(ctx context.Context, userID, orgID string) ([]*Usergroup, error)
156 FindUsergroupMemberUsers(ctx context.Context, groupID, afterEmail string, limit int) ([]*UsergroupMemberUser, error)

Callers 3

DeleteCmdFunction · 0.65
DeleteUsergroupMethod · 0.65
TestRBACOldFunction · 0.65

Calls

no outgoing calls

Tested by 1

TestRBACOldFunction · 0.52