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

Method Create

controller/router/iml.go:31–33  ·  view source on GitHub ↗
(ctx *gin.Context, serviceId string, dto *router_dto.Create)

Source from the content-addressed store, hash-verified

29}
30
31func (i *imlAPIController) Create(ctx *gin.Context, serviceId string, dto *router_dto.Create) (*router_dto.SimpleDetail, error) {
32 return i.module.Create(ctx, serviceId, dto)
33}
34
35func (i *imlAPIController) Edit(ctx *gin.Context, serviceId string, apiId string, dto *router_dto.Edit) (*router_dto.SimpleDetail, error) {
36 return i.module.Edit(ctx, serviceId, apiId, dto)

Callers

nothing calls this directly

Calls 1

CreateMethod · 0.65

Tested by

no test coverage detected