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

Method Create

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

Create 创建

(ctx *gin.Context, teamID string, input *service_dto.CreateService)

Source from the content-addressed store, hash-verified

23 QuickCreateAIService(ctx *gin.Context, input *service_dto.QuickCreateAIService) error
24 // Create 创建
25 Create(ctx *gin.Context, teamID string, input *service_dto.CreateService) (*service_dto.Service, error)
26 // Edit 编辑
27 Edit(ctx *gin.Context, id string, input *service_dto.EditService) (*service_dto.Service, error)
28 // Delete 删除

Callers 5

CreateGlobalStrategyMethod · 0.65
CreateServiceStrategyMethod · 0.65
createAIServiceMethod · 0.65
CreateMethod · 0.65

Implementers 1

imlServiceControllercontroller/service/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected