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

Method DeleteOrganizationMemberService

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

Source from the content-addressed store, hash-verified

260 UpdateProjectMemberUserRole(ctx context.Context, projectID, userID, roleID string, restrictResources bool, resources []ResourceName) error
261 UpsertProjectMemberServiceRole(ctx context.Context, serviceID, projectID, roleID string) error
262 DeleteOrganizationMemberService(ctx context.Context, serviceID, orgID string) error
263 DeleteProjectMemberService(ctx context.Context, serviceID, projectID string) error
264
265 FindOrganizationMemberUsergroups(ctx context.Context, orgID, filterRoleID string, withCounts bool, afterName string, limit int) ([]*MemberUsergroup, error)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected