Versions in this module Expand all Collapse all v1 v1.1.1 Aug 18, 2022 Changes in this version + type Data struct + AdminMail *string + AdminName *string + BodyMaxLen *int + DB storage.DB + Lexers *[]string + Log logger.Config + MaxLifeTime *int64 + ServerAbout *string + ServerRules *string + TitleMaxLen *int + Version *string + func Load(cfg config.Config) Data + func (data Data) GetHand(rw http.ResponseWriter, req *http.Request) + func (data Data) GetServerInfoHand(rw http.ResponseWriter, req *http.Request) + func (data Data) MainHand(rw http.ResponseWriter, req *http.Request) + func (data Data) NewHand(rw http.ResponseWriter, req *http.Request)