(ctx context.Context, repoID string)
| 44 | CreateRepository(ctx context.Context, owner, name string, credentials params.ForgeCredentials, webhookSecret string, poolBalancerType params.PoolBalancerType, agentMode bool) (param params.Repository, err error) |
| 45 | GetRepository(ctx context.Context, owner, name, endpointName string) (params.Repository, error) |
| 46 | GetRepositoryByID(ctx context.Context, repoID string) (params.Repository, error) |
| 47 | ListRepositories(ctx context.Context, filter params.RepositoryFilter) ([]params.Repository, error) |
| 48 | DeleteRepository(ctx context.Context, repoID string) error |
| 49 | UpdateRepository(ctx context.Context, repoID string, param params.UpdateEntityParams) (params.Repository, error) |
no outgoing calls