| 21 | } |
| 22 | |
| 23 | type bundleControllerImpl struct { |
| 24 | bundleService service.BundleService |
| 25 | } |
| 26 | |
| 27 | func NewBundleController(bundleService service.BundleService) BundleController { |
| 28 | return &bundleControllerImpl{bundleService: bundleService} |
nothing calls this directly
no outgoing calls
no test coverage detected