Documentation ¶
Index ¶
- Constants
- Variables
- type Context
- func (p *Context) DeleteVar(key string)
- func (p *Context) GetVar(key string) (v interface{}, ok bool)
- func (p *Context) GetVars() map[string]interface{}
- func (p *Context) Let(vexp, vreal interface{}) (err error)
- func (p *Context) Match(vexp, vreal interface{}) (err error)
- func (p *Context) MatchVar(key string, vreal interface{}) (err error)
- func (p *Context) Subst(vexp interface{}, ft int) (vres interface{}, err error)
- func (p *Context) SubstText(exprvar string, ft int) (v string, err error)
Constants ¶
View Source
const ( Fmttype_Invalid = proto.Fmttype_Invalid Fmttype_Json = proto.Fmttype_Json Fmttype_Form = proto.Fmttype_Form Fmttype_Text = proto.Fmttype_Text Fmttype_Jsonstr = proto.Fmttype_Jsonstr )
Variables ¶
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.