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

Method FindProjectInvite

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

Source from the content-addressed store, hash-verified

289 FindProjectInvites(ctx context.Context, projectID, afterEmail string, limit int) ([]*ProjectInviteWithRole, error)
290 FindProjectInvitesByEmail(ctx context.Context, userEmail string) ([]*ProjectInvite, error)
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

Callers 3

AddProjectMemberUserMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected