Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RandomGenerator ¶
type RandomGenerator struct {
// contains filtered or unexported fields
}
RandomGenerator generates a random name prefix.
func (RandomGenerator) PrefixedName ¶
func (g RandomGenerator) PrefixedName(prefix string) string
PrefixedName generates a name from the prefix with an additional 5 random alphabetic characters. TODO: this should limit the length based on the prefix because branch names have a limit.
Click to show internal directories.
Click to hide internal directories.