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

Method DeleteOrganizationInvite

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

Source from the content-addressed store, hash-verified

283 InsertOrganizationInvite(ctx context.Context, opts *InsertOrganizationInviteOptions) error
284 UpdateOrganizationInviteUsergroups(ctx context.Context, id string, groupIDs []string) error
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

Callers 2

CreateOrUpdateUserMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected