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

Method Delete

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

Delete 删除项目

(ctx context.Context, id string)

Source from the content-addressed store, hash-verified

28 Edit(ctx context.Context, id string, input *service_dto.EditService) (*service_dto.Service, error)
29 // Delete 删除项目
30 Delete(ctx context.Context, id string) error
31
32 //Simple 获取简易项目列表
33 Simple(ctx context.Context) ([]*service_dto.SimpleServiceItem, error)

Callers 5

EditMethod · 0.65
DeleteMethod · 0.65
DeleteAppMethod · 0.65
DeleteSubscriptionMethod · 0.65
DeleteSubscriberMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected