base

package
v0.2.11 Latest Latest
Warning

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

Go to latest
Published: Feb 6, 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
	Type       string
}

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 interface {
	Invoke(args map[string]interface{}) error
}

User defined function handler

Jump to

Keyboard shortcuts

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