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

Method Create

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

Create 创建

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

Source from the content-addressed store, hash-verified

24 SearchMyServices(ctx context.Context, teamId string, keyword string) ([]*service_dto.ServiceItem, error)
25 // Create 创建
26 Create(ctx context.Context, teamID string, input *service_dto.CreateService) (*service_dto.Service, error)
27 // Edit 编辑
28 Edit(ctx context.Context, id string, input *service_dto.EditService) (*service_dto.Service, error)
29 // Delete 删除项目

Callers 5

CreateMethod · 0.65
EditMethod · 0.65
getTagUuidsMethod · 0.65
CreateAppMethod · 0.65
AddSubscriberMethod · 0.65

Implementers 2

imlServiceModulemodule/service/iml.go
imlServiceControllercontroller/service/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected