Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Generator ¶
type Generator interface {
Generate() string
}
func NewGenerator ¶
func NewGenerator() Generator
type RandomGenerator ¶
type RandomGenerator struct { }
func (*RandomGenerator) Generate ¶
func (g *RandomGenerator) Generate() string
Click to show internal directories.
Click to hide internal directories.