public

package
v1.3.5 Latest Latest
Warning

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

Go to latest
Published: Jun 24, 2026 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	StringParseEvent = "INPUT string->PARSED []ParsedNode"
	StringCallEvent  = "call(PARSED []ParsedNode)"
	ByteParseEvent   = "INPUT []byte->PARSED []ParsedBytes"
	ByteCallEvent    = "call(PARSED []ParsedBytes)"
)
View Source
const (
	CallEventsStartEvent = "->call(Events.CallEvents)"
	CallEventsEndEvent   = "call(Events.CallEvents)->"
)
View Source
const (
	ByteEngineScopeParsed      = "PARSED []ParsedBytes"
	ByteEngineScopeEndianess   = "ENDIANESS int"
	ByteEngineScopeBytecodeIdx = "BYTECODE_IDX *int"
	ByteEngineScopeInput       = "INPUT []byte"
)
View Source
const (
	StringEngineScopeInput  = "INPUT string"
	StringEngineScopeParsed = "PARSED []ParsedNode"
)
View Source
const (
	EventsScopeCallName  = "CALL_NAME string"
	EventsScopeCallError = "CALL_ERROR error"
)
View Source
const (
	PluginsScopeEuPtr = "EuPtr *EngineUniversal"
	EuScopePmPtr      = "PmPtr *PluginManager"
)
View Source
const (
	ByteEngineType = iota
	StringEngineType
)

Variables

This section is empty.

Functions

This section is empty.

Types

type EndianType

type EndianType int
const (
	BigEndian EndianType = iota
	LittleEndian
)

type EngineType

type EngineType int

type ResType

type ResType int
const (
	ByteResType ResType = iota
	StringResType
)

Jump to

Keyboard shortcuts

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