Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var FieldTypes = map[string]bool{ "Address": true, "AgentID": true, "Bool": true, "Bytes": true, "ChainID": true, "Color": true, "Hash": true, "Hname": true, "Int8": true, "Int16": true, "Int32": true, "Int64": true, "RequestID": true, "String": true, "Uint8": true, "Uint16": true, "Uint32": true, "Uint64": true, }
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.