feat: name generator.
This commit is contained in:
8
name_generator/options.go
Normal file
8
name_generator/options.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package name_generator
|
||||
|
||||
type DictionaryType string
|
||||
|
||||
type Dictionary []string
|
||||
type DictionaryMap map[DictionaryType]Dictionary
|
||||
|
||||
type CombinedDictionaryType []DictionaryType
|
||||
Reference in New Issue
Block a user