Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NameGenerator ¶
type NameGenerator interface {
GenerateName() string
}
type RandomNameGenerator ¶
type RandomNameGenerator struct {
// contains filtered or unexported fields
}
func New ¶
func New() (*RandomNameGenerator, error)
func (*RandomNameGenerator) GenerateCharacterName ¶
func (r *RandomNameGenerator) GenerateCharacterName(species domain.Species) string
Click to show internal directories.
Click to hide internal directories.