package
Version:
v0.0.0-...-fe81f67
Opens a new window with list of versions in this module.
Published: Feb 4, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Execute(script *Script, data interface{}) interface{}
Execute js
type Script struct {
ID string `json:"id"`
Data []byte `json:"data"`
}
Script contains the javascript code
DecodeMsg implements msgp.Decodable
EncodeMsg implements msgp.Encodable
MarshalMsg implements msgp.Marshaler
Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message
UnmarshalMsg implements msgp.Unmarshaler
Source Files
¶
Click to show internal directories.
Click to hide internal directories.