package
0.0.0-20241222093054-3ae8ef813aee
Repository: https://github.com/basecomplextech/spec.git
Documentation: pkg.go.dev

# Functions

OpenList opens and returns a list from bytes, or an empty list on error.
OpenListErr opens and returns a list from bytes, or an error.
OpenMessage opens and returns a message from bytes, or an empty message on error.
OpenMessageErr opens and returns a message from bytes, or an error.
OpenValue opens and returns a value from bytes, or nil on error.
OpenValueErr opens and returns a value from bytes, or an error.
ParseList recursively parses and returns a list.
ParseMessage recursively parses and returns a message.
ParseValue recursively parses and returns a value.

# Structs

List is a raw list of elements.
Message is a raw message.

# Interfaces

MessageType is a type implemented by generated messages.

# Type aliases

Value is a raw value.