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

Method UpdateOrganizationMemberServiceRole

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

Source from the content-addressed store, hash-verified

248 FindOrganizationMembersWithManageUsersRole(ctx context.Context, orgID string) ([]*OrganizationMemberUser, error)
249 InsertOrganizationMemberService(ctx context.Context, serviceID, orgID, roleID string) error
250 UpdateOrganizationMemberServiceRole(ctx context.Context, serviceID, orgID, roleID string) error
251
252 FindProjectMemberUsers(ctx context.Context, orgID, projectID, filterRoleID, afterEmail string, limit int) ([]*ProjectMemberUser, error)
253 FindProjectMemberUserRole(ctx context.Context, projectID, userID string) (*ProjectRole, error)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected