(ctx context.Context, model string, target string)
| 24 | ModelState(ctx context.Context, model string) (*ai_local_dto.DeployState, *ai_local_dto.ModelInfo, error) |
| 25 | SimpleList(ctx context.Context) ([]*ai_local_dto.SimpleItem, error) |
| 26 | SaveCache(ctx context.Context, model string, target string) error |
| 27 | |
| 28 | SyncLocalModels(ctx context.Context, address string) error |
| 29 | } |
no outgoing calls
no test coverage detected