Documentation
¶
Overview ¶
Package libDictionary provides dictionary/lookup utilities for requestCore.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DictionaryInterface ¶
DictionaryInterface defines the interface for retrieving dictionary values by name.
type DictionaryModel ¶
DictionaryModel holds a map of message descriptions for dictionary lookups.
func (DictionaryModel) GetDictionaryValue ¶
func (m DictionaryModel) GetDictionaryValue(name string) string
GetDictionaryValue returns the description for the given name from the dictionary.
Click to show internal directories.
Click to hide internal directories.