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 ¶
type Constructor struct {
// contains filtered or unexported fields
}
Constructor maps type id to type constructor.
func NewConstructor ¶
func NewConstructor(mappings ...map[uint32]func() bin.Object) *Constructor
NewConstructor merges mappings into Constructor.
Click to show internal directories.
Click to hide internal directories.