Versions in this module Expand all Collapse all v1 v1.3.1 Dec 21, 2023 Changes in this version + type Data struct + AdminMail string + AdminName string + BodyMaxLen int + DB storage.DB + LenPasswdFile string + Lexers []string + Log logger.Logger + MaxLifeTime int64 + RateLimitGet *netshare.RateLimitSystem + RateLimitNew *netshare.RateLimitSystem + ServerAbout string + ServerRules string + ServerTermsOfUse string + TitleMaxLen int + UiDefaultLifeTime string + Version string + func Load(db storage.DB, cfg config.Config) *Data + func (data *Data) Hand(rw http.ResponseWriter, req *http.Request) + func (data *Data) MainHand(rw http.ResponseWriter, req *http.Request)