Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TypeMap ¶
type TypeMap struct {
// contains filtered or unexported fields
}
TypeMap provides a map that holds a map of Type -> Value. There can be only a single value per type. The value stored for a type must be of the same type as the key.
func NewTypeMap ¶
func NewTypeMap() TypeMap
Click to show internal directories.
Click to hide internal directories.