(ctx context.Context, id string)
| 175 | GetRepository(ctx context.Context, id string) (*model.Repository, error) |
| 176 | Storages(ctx context.Context) ([]*model.Storage, error) |
| 177 | GetStorage(ctx context.Context, id string) (*model.Storage, error) |
| 178 | Pipelines(ctx context.Context) ([]*model.Pipeline, error) |
| 179 | GetPipeline(ctx context.Context, id string) (*model.Pipeline, error) |
| 180 | GetPipelineExecutions(ctx context.Context, id string) ([]*model.PipelineExecution, error) |
no outgoing calls
no test coverage detected