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

Method Create

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

Create 创建目录

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

Source from the content-addressed store, hash-verified

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 修改目录
20 Edit(ctx *gin.Context, id string, input *catalogue_dto.EditCatalogue) error
21 // Delete 删除目录

Callers 1

CreateMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected