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

Method Create

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

Create 创建API

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

Source from the content-addressed store, hash-verified

19 Search(ctx *gin.Context, keyword string, serviceId string) ([]*router_dto.Item, error)
20 // Create 创建API
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

Callers 4

CreateTeamMethod · 0.65
CreateMethod · 0.65
ReleaseDoMethod · 0.65
ApplyOnReleaseMethod · 0.65

Implementers 1

imlAPIControllercontroller/router/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected