Documentation
¶
Index ¶
- type ColimaHandler
- func (h *ColimaHandler) CheckDependencies(c echo.Context) error
- func (h *ColimaHandler) Clean(c echo.Context) error
- func (h *ColimaHandler) GetKubeConfig(c echo.Context) error
- func (h *ColimaHandler) Start(c echo.Context) error
- func (h *ColimaHandler) Status(c echo.Context) error
- func (h *ColimaHandler) Stop(c echo.Context) error
- func (h *ColimaHandler) UpdateDependencies(c echo.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ColimaHandler ¶
type ColimaHandler struct {
// contains filtered or unexported fields
}
func NewColimaHandler ¶
func NewColimaHandler(useCase usecase.ColimaUseCaseInterface) *ColimaHandler
func (*ColimaHandler) CheckDependencies ¶
func (h *ColimaHandler) CheckDependencies(c echo.Context) error
func (*ColimaHandler) GetKubeConfig ¶
func (h *ColimaHandler) GetKubeConfig(c echo.Context) error
func (*ColimaHandler) UpdateDependencies ¶
func (h *ColimaHandler) UpdateDependencies(c echo.Context) error
Click to show internal directories.
Click to hide internal directories.