(ctx context.Context, orgName string, name string)
| 87 | FindProjectsByGithubInstallationID(ctx context.Context, id int64) ([]*Project, error) |
| 88 | FindProject(ctx context.Context, id string) (*Project, error) |
| 89 | FindProjectByName(ctx context.Context, orgName string, name string) (*Project, error) |
| 90 | FindProjectsByNameAndUser(ctx context.Context, name, userID string) ([]*Project, error) |
| 91 | InsertProject(ctx context.Context, opts *InsertProjectOptions) (*Project, error) |
| 92 | DeleteProject(ctx context.Context, id string) error |
no outgoing calls