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

Method DeleteProjectInvite

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

Source from the content-addressed store, hash-verified

291 FindProjectInvite(ctx context.Context, projectID, userEmail string) (*ProjectInvite, error)
292 InsertProjectInvite(ctx context.Context, opts *InsertProjectInviteOptions) error
293 DeleteProjectInvite(ctx context.Context, id string) error
294 UpdateProjectInviteRole(ctx context.Context, id string, roleID string, restrictResources bool, resources []ResourceName) error
295
296 FindProjectAccessRequests(ctx context.Context, projectID, afterID string, limit int) ([]*ProjectAccessRequest, error)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected