MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / DeleteSubscriber

Method DeleteSubscriber

controller/subscribe/subscribe.go:17–17  ·  view source on GitHub ↗

DeleteSubscriber 删除订阅者

(ctx *gin.Context, project string, serviceId string, applicationId string)

Source from the content-addressed store, hash-verified

15 AddSubscriber(ctx *gin.Context, project string, input *subscribe_dto.AddSubscriber) error
16 // DeleteSubscriber 删除订阅者
17 DeleteSubscriber(ctx *gin.Context, project string, serviceId string, applicationId string) error
18 // Search 关键字获取订阅者列表
19 Search(ctx *gin.Context, project string, keyword string) ([]*subscribe_dto.Subscriber, error)
20 // SearchSubscriptions 关键字获取订阅服务列表

Callers 1

DeleteSubscriberMethod · 0.65

Implementers 1

imlSubscribeControllercontroller/subscribe/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected