Function
NewEnvironmentController
(environmentService service.EnvironmentService)
Source from the content-addressed store, hash-verified
| 20 | } |
| 21 | |
| 22 | func NewEnvironmentController(environmentService service.EnvironmentService) EnvironmentController { |
| 23 | return &environmentControllerImpl{environmentService: environmentService} |
| 24 | } |
| 25 | |
| 26 | func (environmentController *environmentControllerImpl) CreateEnvironment(c *fiber.Ctx) error { |
| 27 | var environmentRequest types.CreateEnvironmentRequest |
Tested by
no test coverage detected