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

Method ExistSubscriber

module/subscribe/subscribe.go:17–17  ·  view source on GitHub ↗
(ctx context.Context, serviceId string, app string)

Source from the content-addressed store, hash-verified

15 // AddSubscriber 新增订阅方
16 AddSubscriber(ctx context.Context, pid string, input *subscribe_dto.AddSubscriber) error
17 ExistSubscriber(ctx context.Context, serviceId string, app string) error
18 // DeleteSubscriber 删除订阅方
19 DeleteSubscriber(ctx context.Context, project string, serviceId string, applicationId string) error
20 // SearchSubscribers 关键字获取订阅方列表

Callers 1

importSubscribersMethod · 0.65

Implementers 1

imlSubscribeModulemodule/subscribe/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected