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

Struct imlSubscribeService

service/subscribe/iml.go:37–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35)
36
37type imlSubscribeService struct {
38 store subscribe.ISubscribeStore `autowired:""`
39 universally.IServiceGet[Subscribe]
40 universally.IServiceDelete
41 universally.IServiceCreate[CreateSubscribe]
42 universally.IServiceEdit[UpdateSubscribe]
43}
44
45func (i *imlSubscribeService) GetByServiceAndApplication(ctx context.Context, serviceId string, applicationId string) (*Subscribe, error) {
46 info, err := i.store.First(ctx, map[string]interface{}{"service": serviceId, "application": applicationId})

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected