package
1.2.5
Repository: https://github.com/tinylib/msgp.git
Documentation: pkg.go.dev

# Functions

Ident returns the *BaseElem that corresponds to the provided identity.
IgnoreTypename is a pass that just ignores types of a given name.
SetIsAllowNil will set whether the element is allowed to be nil.

# Constants

this is effectively the list of currently available ReadXxxx / WriteXxxx methods.
this is effectively the list of currently available ReadXxxx / WriteXxxx methods.
this is effectively the list of currently available ReadXxxx / WriteXxxx methods.
this is effectively the list of currently available ReadXxxx / WriteXxxx methods.
this is effectively the list of currently available ReadXxxx / WriteXxxx methods.
msgp.Decodable.
time.Duration.
msgp.Encodable.
extension.
this is effectively the list of currently available ReadXxxx / WriteXxxx methods.
this is effectively the list of currently available ReadXxxx / WriteXxxx methods.
IDENT means an unrecognized identifier.
this is effectively the list of currently available ReadXxxx / WriteXxxx methods.
this is effectively the list of currently available ReadXxxx / WriteXxxx methods.
this is effectively the list of currently available ReadXxxx / WriteXxxx methods.
this is effectively the list of currently available ReadXxxx / WriteXxxx methods.
this is effectively the list of currently available ReadXxxx / WriteXxxx methods.
interface{}.
this is effectively the list of currently available ReadXxxx / WriteXxxx methods.
json.Number.
msgp.Marshaler.
msgp.Sizer.
this is effectively the list of currently available ReadXxxx / WriteXxxx methods.
generate tests.
time.Time.
this is effectively the list of currently available ReadXxxx / WriteXxxx methods.
this is effectively the list of currently available ReadXxxx / WriteXxxx methods.
this is effectively the list of currently available ReadXxxx / WriteXxxx methods.
this is effectively the list of currently available ReadXxxx / WriteXxxx methods.
this is effectively the list of currently available ReadXxxx / WriteXxxx methods.
msgp.Unmarshaler.

# Structs

BaseElem is an element that can be represented by a primitive MessagePack type.
Map is a map[string]Elem.

# Interfaces

Elem is a go type capable of being serialized into MessagePack.

# Type aliases

Method is a bitfield representing something that the generator knows how to print.
Base is one of the base types.
TransformPass is a pass that transforms individual elements.