Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var FieldTypes = map[string]int32{ "Address": wasmlib.TYPE_ADDRESS, "AgentID": wasmlib.TYPE_AGENT_ID, "Bool": wasmlib.TYPE_BOOL, "Bytes": wasmlib.TYPE_BYTES, "ChainID": wasmlib.TYPE_CHAIN_ID, "Color": wasmlib.TYPE_COLOR, "Hash": wasmlib.TYPE_HASH, "Hname": wasmlib.TYPE_HNAME, "Int8": wasmlib.TYPE_INT8, "Int16": wasmlib.TYPE_INT16, "Int32": wasmlib.TYPE_INT32, "Int64": wasmlib.TYPE_INT64, "RequestID": wasmlib.TYPE_REQUEST_ID, "String": wasmlib.TYPE_STRING, "Uint8": wasmlib.TYPE_INT8, "Uint16": wasmlib.TYPE_INT16, "Uint32": wasmlib.TYPE_INT32, "Uint64": wasmlib.TYPE_INT64, }
Functions ¶
This section is empty.
Types ¶
type Field ¶
type FuncDefMap ¶
type Schema ¶
type SchemaDef ¶
type SchemaDef struct { Name string `json:"name" yaml:"name"` Description string `json:"description" yaml:"description"` Events StringMapMap `json:"events" yaml:"events"` Structs StringMapMap `json:"structs" yaml:"structs"` Typedefs StringMap `json:"typedefs" yaml:"typedefs"` State StringMap `json:"state" yaml:"state"` Funcs FuncDefMap `json:"funcs" yaml:"funcs"` Views FuncDefMap `json:"views" yaml:"views"` }
Click to show internal directories.
Click to hide internal directories.