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

Method ListByApplication

service/subscribe/service.go:18–18  ·  view source on GitHub ↗
(ctx context.Context, service string, application ...string)

Source from the content-addressed store, hash-verified

16 CountMapByService(ctx context.Context, status int, service ...string) (map[string]int64, error)
17 DeleteByApplication(ctx context.Context, service string, application string) error
18 ListByApplication(ctx context.Context, service string, application ...string) ([]*Subscribe, error)
19 ListByServices(ctx context.Context, serviceIds ...string) ([]*Subscribe, error)
20 GetByServiceAndApplication(ctx context.Context, serviceId string, applicationId string) (*Subscribe, error)
21

Callers 3

APIsMethod · 0.65
SubscribeMethod · 0.65
DeleteSubscriberMethod · 0.65

Implementers 1

imlSubscribeServiceservice/subscribe/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected