MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / ListCanInstall

Method ListCanInstall

controller/ai-local/controller.go:13–13  ·  view source on GitHub ↗
(ctx *gin.Context, keyword string)

Source from the content-addressed store, hash-verified

11type ILocalModelController interface {
12 Search(ctx *gin.Context, keyword string) ([]*ai_local_dto.LocalModelItem, error)
13 ListCanInstall(ctx *gin.Context, keyword string) ([]*ai_local_dto.LocalModelPackageItem, error)
14 Deploy(ctx *gin.Context)
15 DeployStart(ctx *gin.Context, input *ai_local_dto.DeployInput) error
16 CancelDeploy(ctx *gin.Context, input *ai_local_dto.CancelDeploy) error

Callers 1

ListCanInstallMethod · 0.65

Implementers 1

imlLocalModelControllercontroller/ai-local/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected