Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Data ¶
type Data struct { Log logger.Config DB storage.DB Lexers *[]string Version *string TitleMaxLen *int BodyMaxLen *int MaxLifeTime *int64 ServerAbout *string ServerRules *string AdminName *string AdminMail *string }
func (Data) GetHand ¶
func (data Data) GetHand(rw http.ResponseWriter, req *http.Request)
GET /api/v1/get
func (Data) GetServerInfoHand ¶
func (data Data) GetServerInfoHand(rw http.ResponseWriter, req *http.Request)
GET /api/v1/getServerInfo
Click to show internal directories.
Click to hide internal directories.