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

Function NewEnvironmentController

src/controller/environment_controller.go:22–24  ·  view source on GitHub ↗
(environmentService service.EnvironmentService)

Source from the content-addressed store, hash-verified

20}
21
22func NewEnvironmentController(environmentService service.EnvironmentService) EnvironmentController {
23 return &environmentControllerImpl{environmentService: environmentService}
24}
25
26func (environmentController *environmentControllerImpl) CreateEnvironment(c *fiber.Ctx) error {
27 var environmentRequest types.CreateEnvironmentRequest

Callers 1

serveFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected