(ctx context.Context, id string)
| 296 | FindProjectAccessRequests(ctx context.Context, projectID, afterID string, limit int) ([]*ProjectAccessRequest, error) |
| 297 | FindProjectAccessRequest(ctx context.Context, projectID, userID string) (*ProjectAccessRequest, error) |
| 298 | FindProjectAccessRequestByID(ctx context.Context, id string) (*ProjectAccessRequest, error) |
| 299 | InsertProjectAccessRequest(ctx context.Context, opts *InsertProjectAccessRequestOptions) (*ProjectAccessRequest, error) |
| 300 | DeleteProjectAccessRequest(ctx context.Context, id string) error |
| 301 |
no outgoing calls
no test coverage detected