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

Method Search

controller/catalogue/catalogue.go:16–16  ·  view source on GitHub ↗

Search 搜索目录、标签列表

(ctx *gin.Context, keyword string)

Source from the content-addressed store, hash-verified

14type ICatalogueController interface {
15 // Search 搜索目录、标签列表
16 Search(ctx *gin.Context, keyword string) ([]*catalogue_dto.Item, []*tag_dto.Item, error)
17 // Create 创建目录
18 Create(ctx *gin.Context, input *catalogue_dto.CreateCatalogue) error
19 // Edit 修改目录

Callers 1

SearchMethod · 0.65

Implementers 2

imlCatalogueModulemodule/catalogue/iml.go
imlCatalogueControllercontroller/catalogue/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected