Method
Search
(ctx *gin.Context, keyword string)
Source from the content-addressed store, hash-verified
| 352 | } |
| 353 | |
| 354 | func (i *imlLocalModelController) Search(ctx *gin.Context, keyword string) ([]*ai_local_dto.LocalModelItem, error) { |
| 355 | return i.module.Search(ctx, keyword) |
| 356 | } |
| 357 | |
| 358 | func (i *imlLocalModelController) ListCanInstall(ctx *gin.Context, keyword string) ([]*ai_local_dto.LocalModelPackageItem, error) { |
| 359 | return i.module.ListCanInstall(ctx, keyword) |
Callers
nothing calls this directly
Tested by
no test coverage detected