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

Method UpdateOrganizationInviteRole

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

Source from the content-addressed store, hash-verified

285 DeleteOrganizationInvite(ctx context.Context, id string) error
286 CountInvitesForOrganization(ctx context.Context, orgID string) (int, error)
287 UpdateOrganizationInviteRole(ctx context.Context, id, roleID string) error
288
289 FindProjectInvites(ctx context.Context, projectID, afterEmail string, limit int) ([]*ProjectInviteWithRole, error)
290 FindProjectInvitesByEmail(ctx context.Context, userEmail string) ([]*ProjectInvite, error)

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected