base

package
v0.2.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 5, 2022 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Class

type Class struct {
	Attributes map[string]*interface{}
	Methods    map[string]Function
}

Web class represantation in VM

type Function

type Function struct {
	Args    map[string]*interface{}
	Handler *FunctionHandler
}

Web function representation in VM

type FunctionHandler added in v0.2.2

type FunctionHandler func(args map[string]*interface{}) (*interface{}, error)

User defined function handler

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL