package
1.4.1-RC2
Repository: https://github.com/apache/incubator-answer.git
Documentation: pkg.go.dev

# Functions

CheckConfigFile check config file if exist when installation @Summary check config file if exist when installation @Description check config file if exist when installation @Tags installation @Accept json @Produce json @Success 200 {object} handler.RespBody{data=install.CheckConfigFileResp{}} @Router /installation/config-file/check [post].
CheckConfigFileAndRedirectToInstallPage if config file not exist try to redirect to install page @Summary if config file not exist try to redirect to install page @Description if config file not exist try to redirect to install page @Tags installation @Accept json @Produce json @Router / [get].
CheckDatabase check database if exist when installation @Summary check database if exist when installation @Description check database if exist when installation @Tags installation @Accept json @Produce json @Param data body install.CheckDatabaseReq true "CheckDatabaseReq" @Success 200 {object} handler.RespBody{data=install.CheckConfigFileResp{}} @Router /installation/db/check [post].
GetLangMapping get installation language config mapping @Summary get installation language config mapping @Description get installation language config mapping @Tags Lang @Param lang query string true "installation language" @Produce json @Success 200 {object} handler.RespBody{} @Router /installation/language/config [get].
InitBaseInfo init base info @Summary init base info @Description init base info @Tags installation @Accept json @Produce json @Param data body install.InitBaseInfoReq true "InitBaseInfoReq" @Success 200 {object} handler.RespBody{} @Router /installation/base-info [post].
InitEnvironment init environment @Summary init environment @Description init environment @Tags installation @Accept json @Produce json @Param data body install.CheckDatabaseReq true "CheckDatabaseReq" @Success 200 {object} handler.RespBody{} @Router /installation/init [post].
LangOptions get installation language options @Summary get installation language options @Description get installation language options @Tags Lang @Produce json @Success 200 {object} handler.RespBody{data=[]translator.LangOption} @Router /installation/language/options [get].
NewInstallHTTPServer new install http server.
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author

# Structs

CheckConfigFileResp check config file if exist or not response.
CheckDatabaseReq check database.
CheckDatabaseResp check database response.
No description provided by the author
InitBaseInfoReq init base info request.
InitEnvironmentResp init environment response.