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

Method DeleteProjectMemberService

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

Source from the content-addressed store, hash-verified

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)
266 FindOrganizationMemberUsergroupRole(ctx context.Context, groupID, orgID string) (*OrganizationRole, error)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected