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

Method Create

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

Create 创建目录

(ctx context.Context, input *catalogue_dto.CreateCatalogue)

Source from the content-addressed store, hash-verified

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 编辑目录
21 Edit(ctx context.Context, id string, input *catalogue_dto.EditCatalogue) error
22

Callers 2

SubscribeMethod · 0.65
CreateMethod · 0.65

Implementers 1

imlCatalogueModulemodule/catalogue/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected