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

Method DeleteProjectMemberUsergroup

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

Source from the content-addressed store, hash-verified

275 InsertProjectMemberUsergroup(ctx context.Context, groupID, projectID, roleID string, restrictResources bool, resources []ResourceName) error
276 UpdateProjectMemberUsergroup(ctx context.Context, groupID, projectID, roleID string, restrictResources bool, resources []ResourceName) error
277 DeleteProjectMemberUsergroup(ctx context.Context, groupID, projectID string) error
278
279 FindOrganizationInvites(ctx context.Context, orgID, afterEmail string, limit int) ([]*OrganizationInviteWithRole, error)
280 CountOrganizationInvites(ctx context.Context, orgID string) (int, error)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected