| 734 | } |
| 735 | |
| 736 | type imlAppController struct { |
| 737 | module service.IAppModule `autowired:""` |
| 738 | authModule application_authorization.IAuthorizationModule `autowired:""` |
| 739 | } |
| 740 | |
| 741 | func (i *imlAppController) SearchCanSubscribe(ctx *gin.Context, serviceId string) ([]*service_dto.SubscribeAppItem, error) { |
| 742 | items, _, err := i.module.SearchCanSubscribe(ctx, serviceId) |
nothing calls this directly
no outgoing calls
no test coverage detected