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

Method AddSubscriber

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

AddSubscriber 添加订阅者

(ctx *gin.Context, project string, input *subscribe_dto.AddSubscriber)

Source from the content-addressed store, hash-verified

13type ISubscribeController interface {
14 // AddSubscriber 添加订阅者
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 关键字获取订阅者列表

Callers 8

initAILocalServiceMethod · 0.65
createAIServiceMethod · 0.65
CreateMethod · 0.65
importSubscribersMethod · 0.65
OnInitMethod · 0.65
createAIServiceMethod · 0.65
AddSubscriberMethod · 0.65

Implementers 1

imlSubscribeControllercontroller/subscribe/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected