common

package
v0.0.0-...-055e899 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 16, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

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
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL