Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { // Strict execution means that errors encountered during the // query's execution will stop the execution on further messages. // By default, a VM will emit an error when a query turns out // to be invalid when running against a message. In normal mode, // the VM will simply skip that message and process the next one. // In strict mode, the VM will stop and return an error. Strict bool }
Options that can be used by a VM
Click to show internal directories.
Click to hide internal directories.