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

Method UpdateUsergroupName

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

Source from the content-addressed store, hash-verified

149 InsertManagedUsergroups(ctx context.Context, orgID string) error
150 InsertUsergroup(ctx context.Context, opts *InsertUsergroupOptions) (*Usergroup, error)
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

Callers 1

UpdateUsergroupMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected