Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Namespace ¶
type Namespace struct {
// contains filtered or unexported fields
}
Namespace defines the methods for reflect to be used as template functions.
func (*Namespace) Alpha ¶
Alpha
Returns a random alpha string by the given length.
Example: {{ randAlpha 20 }}
func (*Namespace) AlphaNum ¶
AlphaNum
Returns a random alpha numeric string by the given length.
Example: {{ randAlphaNum 20 }}
Click to show internal directories.
Click to hide internal directories.