Documentation ¶
Overview ¶
Package tmap provides type mapping facility that maps type id to type name.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Constructor ¶ added in v0.15.0
type Constructor struct {
// contains filtered or unexported fields
}
Constructor maps type id to type constructor.
func NewConstructor ¶ added in v0.15.0
func NewConstructor(mappings ...map[uint32]func() bin.Object) *Constructor
NewConstructor merges mappings into Constructor.
Click to show internal directories.
Click to hide internal directories.