MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / Delete

Method Delete

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

Delete 删除API

(ctx *gin.Context, serviceId string, apiId string)

Source from the content-addressed store, hash-verified

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前缀
27 Prefix(ctx *gin.Context, serviceId string) (string, bool, error)
28 Simple(ctx *gin.Context, input *router_dto.InputSimpleAPI) ([]*router_dto.SimpleItem, error)

Callers 4

DeleteTeamMethod · 0.65
handleSSEMethod · 0.65
DeleteMethod · 0.65
ReleaseDoMethod · 0.65

Implementers 1

imlAPIControllercontroller/router/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected