nameify

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Aug 12, 2021 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 NameGenerator

type NameGenerator interface {
	Nameify(seed string) (string, error)
}

type Nameifier

type Nameifier struct {
	Nouns      []string
	Adjectives []string
}

func NewNameifier

func NewNameifier() *Nameifier

func (*Nameifier) LoadJsonFiles

func (n *Nameifier) LoadJsonFiles() error

func (*Nameifier) Nameify

func (n *Nameifier) Nameify(seed string) (string, error)

Jump to

Keyboard shortcuts

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