(ctx context.Context, id string)
| 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) |
| 181 | SemanticSearch(ctx context.Context, query model.QueryInput) ([]*model.SearchResult, error) |
| 182 | } |
| 183 |
no outgoing calls
no test coverage detected