Documentation ¶
Index ¶
- type JSEngine
- type JScript
- func (s *JScript) HasRequestFn() bool
- func (s *JScript) HasResponseFn() bool
- func (s *JScript) ReponseFn(c context.Context, vars map[string]interface{}, role string, ...) map[string]interface{}
- func (s *JScript) RequestFn(c context.Context, vars map[string]interface{}, role string, ...) map[string]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JSEngine ¶
type JSEngine struct {
// contains filtered or unexported fields
}
func (*JSEngine) CompileScript ¶
func (js *JSEngine) CompileScript(name, source string) ( plugin.ScriptExecuter, error)
type JScript ¶
type JScript struct {
// contains filtered or unexported fields
}
func (*JScript) HasRequestFn ¶
func (*JScript) HasResponseFn ¶
Click to show internal directories.
Click to hide internal directories.