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

Method Create

controller/catalogue/iml.go:56–58  ·  view source on GitHub ↗
(ctx *gin.Context, input *catalogue_dto.CreateCatalogue)

Source from the content-addressed store, hash-verified

54}
55
56func (i *imlCatalogueController) Create(ctx *gin.Context, input *catalogue_dto.CreateCatalogue) error {
57 return i.catalogueModule.Create(ctx, input)
58}
59
60func (i *imlCatalogueController) Edit(ctx *gin.Context, id string, input *catalogue_dto.EditCatalogue) error {
61 return i.catalogueModule.Edit(ctx, id, input)

Callers

nothing calls this directly

Calls 1

CreateMethod · 0.65

Tested by

no test coverage detected