(ctx context.Context, owner, name string, credentials params.ForgeCredentials, webhookSecret string, poolBalancerType params.PoolBalancerType, agentMode bool)
| 42 | |
| 43 | type RepoStore interface { |
| 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) |
no outgoing calls