Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SwishHQ/spread
/ GetApps
Method
GetApps
src/controller/app_controller.go:16–16 ·
view source on GitHub ↗
(c *fiber.Ctx)
Source
from the content-addressed store, hash-verified
14
type
AppController
interface
{
15
CreateApp(c *fiber.Ctx) error
16
GetApps(c *fiber.Ctx) error
17
GetAppById(c *fiber.Ctx) error
18
}
19
Callers
1
GetApps
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