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

Method Edit

controller/router/router.go:23–23  ·  view source on GitHub ↗

Edit 编辑API

(ctx *gin.Context, serviceId string, apiId string, dto *router_dto.Edit)

Source from the content-addressed store, hash-verified

21 Create(ctx *gin.Context, serviceId string, dto *router_dto.Create) (*router_dto.SimpleDetail, error)
22 // Edit 编辑API
23 Edit(ctx *gin.Context, serviceId string, apiId string, dto *router_dto.Edit) (*router_dto.SimpleDetail, error)
24 // Delete 删除API
25 Delete(ctx *gin.Context, serviceId string, apiId string) error
26 // Prefix 获取API前缀

Callers 3

EditTeamMethod · 0.65
EditTeamMethod · 0.65
EditMethod · 0.65

Implementers 1

imlAPIControllercontroller/router/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected