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

Method AddSubscriber

controller/subscribe/iml.go:36–38  ·  view source on GitHub ↗
(ctx *gin.Context, service string, input *subscribe_dto.AddSubscriber)

Source from the content-addressed store, hash-verified

34}
35
36func (i *imlSubscribeController) AddSubscriber(ctx *gin.Context, service string, input *subscribe_dto.AddSubscriber) error {
37 return i.module.AddSubscriber(ctx, service, input)
38}
39
40func (i *imlSubscribeController) DeleteSubscriber(ctx *gin.Context, service string, serviceId string, applicationId string) error {
41 return i.module.DeleteSubscriber(ctx, service, serviceId, applicationId)

Callers

nothing calls this directly

Calls 1

AddSubscriberMethod · 0.65

Tested by

no test coverage detected