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

Method Create

module/router/router.go:26–26  ·  view source on GitHub ↗

Create 创建API

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

Source from the content-addressed store, hash-verified

24 SimpleList(ctx context.Context, serviceId string) ([]*router_dto.SimpleItem, error)
25 // Create 创建API
26 Create(ctx context.Context, serviceId string, dto *router_dto.Create) (*router_dto.SimpleDetail, error)
27 // Edit 编辑API
28 Edit(ctx context.Context, serviceId string, apiId string, dto *router_dto.Edit) (*router_dto.SimpleDetail, error)
29 // Delete 删除API

Callers 1

CreateMethod · 0.65

Implementers 1

imlRouterModulemodule/router/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected