Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DictionaryGenerator ¶
type DictionaryGenerator struct { }
func (*DictionaryGenerator) Generate ¶
func (dg *DictionaryGenerator) Generate(data interface{}) (result string, err error)
type DictionaryKeyGenerator ¶
type DictionaryKeyGenerator struct { }
func (*DictionaryKeyGenerator) Generate ¶
func (dkg *DictionaryKeyGenerator) Generate(data interface{}) (result string, err error)
type Generator ¶
func NewDictionaryGenerator ¶
func NewDictionaryGenerator() Generator
func NewDictionaryKeyGenerator ¶
func NewDictionaryKeyGenerator() Generator
Click to show internal directories.
Click to hide internal directories.