Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FuncReturn ¶
type FuncReturn struct {
Type VarType
Value interface{}
}
type Response ¶
type Response struct {
// contains filtered or unexported fields
}
func NewResponse ¶
func NewResponse(rw http.ResponseWriter) *Response
type VarType ¶
type VarType string
const ( VarNil VarType = "nil" VarString VarType = "string" VarSingleString VarType = "string_single" VarNumber VarType = "number" VarFloat VarType = "float" VarBool VarType = "bool" VarTemplate VarType = "template" VarVariable VarType = "variable" VarUnknown VarType = "#unknown#" FuncCall VarType = "func_call" VarExpression VarType = "expression" VarOperator VarType = "operator" UsePackage VarType = "use_package" )
Click to show internal directories.
Click to hide internal directories.