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

Function NewAppController

src/controller/app_controller.go:24–26  ·  view source on GitHub ↗
(appService service.AppService)

Source from the content-addressed store, hash-verified

22}
23
24func NewAppController(appService service.AppService) AppController {
25 return &appControllerImpl{appService: appService}
26}
27
28func (controller *appControllerImpl) CreateApp(c *fiber.Ctx) error {
29 var appRequest types.CreateAppRequest

Callers 1

serveFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected