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

Method Edit

controller/router/iml.go:35–37  ·  view source on GitHub ↗
(ctx *gin.Context, serviceId string, apiId string, dto *router_dto.Edit)

Source from the content-addressed store, hash-verified

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)
37}
38
39func (i *imlAPIController) Delete(ctx *gin.Context, serviceId string, apiId string) error {
40 return i.module.Delete(ctx, serviceId, apiId)

Callers

nothing calls this directly

Calls 1

EditMethod · 0.65

Tested by

no test coverage detected