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

Method DeleteSubscriber

controller/subscribe/iml.go:40–42  ·  view source on GitHub ↗
(ctx *gin.Context, service string, serviceId string, applicationId string)

Source from the content-addressed store, hash-verified

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)
42}
43
44func (i *imlSubscribeController) RevokeApply(ctx *gin.Context, service string, uuid string) error {
45 return i.module.RevokeApply(ctx, service, uuid)

Callers

nothing calls this directly

Calls 1

DeleteSubscriberMethod · 0.65

Tested by

no test coverage detected