Versions in this module Expand all Collapse all v0 v0.0.1 Dec 4, 2023 Changes in this version + func AuthAction(c echo.Context, globalContext *GlobalContext) error + func CreateDeployment(c echo.Context, _ *GlobalContext) error + func CreateHost(c echo.Context, _ *GlobalContext) error + func CreateHostGroup(c echo.Context, _ *GlobalContext) error + func CreateLog(c echo.Context, _ *GlobalContext) error + func CreateTask(c echo.Context, _ *GlobalContext) error + func CreateUserAction(c echo.Context, globalContext *GlobalContext) error + func DeleteDeployment(c echo.Context, _ *GlobalContext) error + func DeleteHost(c echo.Context, _ *GlobalContext) error + func DeleteHostGroup(c echo.Context, _ *GlobalContext) error + func DeleteLog(c echo.Context, _ *GlobalContext) error + func DeleteTask(c echo.Context, _ *GlobalContext) error + func DeleteUserAction(c echo.Context, globalContext *GlobalContext) error + func GetDeployment(c echo.Context, _ *GlobalContext) error + func GetDeployments(c echo.Context, _ *GlobalContext) error + func GetHost(c echo.Context, _ *GlobalContext) error + func GetHostGroup(c echo.Context, _ *GlobalContext) error + func GetHostGroups(c echo.Context, _ *GlobalContext) error + func GetHosts(c echo.Context, _ *GlobalContext) error + func GetLog(c echo.Context, _ *GlobalContext) error + func GetLogs(c echo.Context, _ *GlobalContext) error + func GetRequestData(c echo.Context) (map[string]string, error) + func GetTask(c echo.Context, _ *GlobalContext) error + func GetTasks(c echo.Context, _ *GlobalContext) error + func GetUserAction(c echo.Context, globalContext *GlobalContext) error + func GetUsersAction(c echo.Context, globalContext *GlobalContext) error + func HealthAction(c echo.Context) error + func HeartbeatAction(c echo.Context, _ *GlobalContext) error + func InstallAction(c echo.Context, globalContext *GlobalContext) error + func ReadyAction(c echo.Context, globalContext *GlobalContext) error + func UpdateDeployment(c echo.Context, _ *GlobalContext) error + func UpdateHost(c echo.Context, _ *GlobalContext) error + func UpdateHostGroup(c echo.Context, _ *GlobalContext) error + func UpdateLog(c echo.Context, _ *GlobalContext) error + func UpdateTask(c echo.Context, _ *GlobalContext) error + func UpdateUserAction(c echo.Context, globalContext *GlobalContext) error + func Worker() + type GlobalContext struct + Database *module.Database + func (c *GlobalContext) GetDatabase() *module.Database