(ctx context.Context)
| 28 | GallerySearch(ctx context.Context, q GallerySearchQuery) ([]gallery.Metadata, error) |
| 29 | ListInstalledModels(ctx context.Context, capability Capability) ([]InstalledModel, error) |
| 30 | ListGalleries(ctx context.Context) ([]config.Gallery, error) |
| 31 | GetJobStatus(ctx context.Context, jobID string) (*JobStatus, error) |
| 32 | GetModelConfig(ctx context.Context, name string) (*ModelConfigView, error) |
| 33 |
no outgoing calls
no test coverage detected