Documentation ¶ Index ¶ type Culture type Gender type GoFakerNameGenerator func (g *GoFakerNameGenerator) Generate(sex Gender, culture Culture) string type MonickerGenerator Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Culture ¶ type Culture = int32 const ( AMERICAN Culture = iota ARGENTINIAN AUSTRALIAN BRAZILIAN BRITISH BULGARIAN CANADIAN CHINESE DANISH FINNISH FRENCH GERMAN KAZAKH MEXICAN NORWEGIAN POLISH PORTUGUESE RUSSIAN SPANISH SWEDISH TURKISH UKRAINIAN ) type Gender ¶ type Gender = int32 const ( Male Gender = iota Female ) type GoFakerNameGenerator ¶ type GoFakerNameGenerator struct{} func (*GoFakerNameGenerator) Generate ¶ func (g *GoFakerNameGenerator) Generate(sex Gender, culture Culture) string type MonickerGenerator ¶ type MonickerGenerator interface { Generate(Gender, Culture) string } Source Files ¶ View all Source files monicker.go Click to show internal directories. Click to hide internal directories.