MCPcopy Create free account
hub / github.com/SwishHQ/spread / bundleControllerImpl

Struct bundleControllerImpl

src/controller/bundle_controller.go:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23type bundleControllerImpl struct {
24 bundleService service.BundleService
25}
26
27func NewBundleController(bundleService service.BundleService) BundleController {
28 return &bundleControllerImpl{bundleService: bundleService}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected