Documentation ¶
Index ¶
- Variables
- func BasicAuth(h httprouter.Handle, requiredUser, requiredPassword string) httprouter.Handle
- func DebugInterface(a interface{})
- func Eval(node ast.Node, env *object.Environment) object.Object
- func HashKeyExist(hash *object.Hash, hashpair object.HashPair) bool
- func MakeStruct(typeName string, vals map[string]interface{}) interface{}
- func ParseJson(data []byte) *object.Hash
- func ParseJsonToString(data object.Object) string
- func ParseXML(file string) *object.Hash
- type ServerFunction
Constants ¶
This section is empty.
Variables ¶
View Source
var ( NULL = &object.Null{} TRUE = &object.Boolean{Value: true} FALSE = &object.Boolean{Value: false} )
View Source
var PreBuiltFunctions = builtins
Functions ¶
func BasicAuth ¶
func BasicAuth(h httprouter.Handle, requiredUser, requiredPassword string) httprouter.Handle
func DebugInterface ¶
func DebugInterface(a interface{})
func MakeStruct ¶
func ParseJsonToString ¶
Types ¶
type ServerFunction ¶
func NewServer ¶
func NewServer(name string) *ServerFunction
func (*ServerFunction) RouterGenerator ¶
func (fn *ServerFunction) RouterGenerator(obj object.Object) *ServerFunction
Click to show internal directories.
Click to hide internal directories.