Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SwishHQ/spread
/ CreateApp
Method
CreateApp
src/controller/app_controller.go:15–15 ·
view source on GitHub ↗
(c *fiber.Ctx)
Source
from the content-addressed store, hash-verified
13
14
type
AppController
interface
{
15
CreateApp(c *fiber.Ctx) error
16
GetApps(c *fiber.Ctx) error
17
GetAppById(c *fiber.Ctx) error
18
}
Callers
1
CreateApp
Method · 0.65
Implementers
3
appControllerImpl
src/controller/app_controller.go
appServiceImpl
src/service/app_service.go
MockAppService
src/service/environment_service_test.g
Calls
no outgoing calls
Tested by
no test coverage detected