MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / Search

Method Search

module/catalogue/catalogue.go:17–17  ·  view source on GitHub ↗

Search 搜索目录

(ctx context.Context, keyword string)

Source from the content-addressed store, hash-verified

15type ICatalogueModule interface {
16 // Search 搜索目录
17 Search(ctx context.Context, keyword string) ([]*catalogue_dto.Item, error)
18 // Create 创建目录
19 Create(ctx context.Context, input *catalogue_dto.CreateCatalogue) error
20 // Edit 编辑目录

Callers 2

SearchMethod · 0.65
DeleteMethod · 0.65

Implementers 1

imlCatalogueModulemodule/catalogue/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected