Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dictionary ¶
type Dictionary map[Name]DictionaryEnrty
func NewDictionary ¶
func NewDictionary() Dictionary
func (Dictionary) Add ¶
func (d Dictionary) Add(n Name, e DictionaryEnrty)
type DictionaryEnrty ¶
type DictionaryEnrty struct { N Name FlagsStruct E interface{} }
Click to show internal directories.
Click to hide internal directories.