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

Struct appControllerImpl

src/controller/app_controller.go:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20type appControllerImpl struct {
21 appService service.AppService
22}
23
24func NewAppController(appService service.AppService) AppController {
25 return &appControllerImpl{appService: appService}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected