Method
Subscribe
(ctx *gin.Context, subscribeInfo *catalogue_dto.SubscribeService)
Source from the content-addressed store, hash-verified
| 24 | } |
| 25 | |
| 26 | func (i *imlCatalogueController) Subscribe(ctx *gin.Context, subscribeInfo *catalogue_dto.SubscribeService) error { |
| 27 | return i.catalogueModule.Subscribe(ctx, subscribeInfo) |
| 28 | } |
| 29 | |
| 30 | func (i *imlCatalogueController) ServiceDetail(ctx *gin.Context, sid string) (*catalogue_dto.ServiceDetail, error) { |
| 31 | detail, err := i.catalogueModule.ServiceDetail(ctx, sid) |
Callers
nothing calls this directly
Tested by
no test coverage detected