Documentation
¶
Index ¶
- Constants
- func Init(o InitObj) chan bool
- type AnswerObj
- type AnswerObjMeta
- type InitObj
- type RqObj
- func (ro *RqObj) CheckCsrf() (ok bool)
- func (ro *RqObj) CheckSession() (ok bool)
- func (ro *RqObj) GetFonts(r *http.Request)
- func (ro *RqObj) MakeCache()
- func (ro *RqObj) ObjToHtml(js []byte) (str string, err error)
- func (ro *RqObj) SendAnswer()
- func (ro *RqObj) SendCode()
- func (ro *RqObj) Tmpl() (str string, err error)
Constants ¶
View Source
const ( NODE_SCRIPT = "/usr/bin/node" MAX_ARG_LEN = 100000 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AnswerObjMeta ¶
type RqObj ¶
type RqObj struct {
W http.ResponseWriter
R *http.Request
Ans AnswerObj
TimeStart time.Time
User interface{}
FontChan chan string
Cache map[string]interface{}
AppendFunc func(*RqObj, map[string]interface{}) map[string]interface{}
StopInlineCss bool
}
Click to show internal directories.
Click to hide internal directories.