Documentation ¶
Index ¶
- func AlphanumericString(n int) (string, error)
- func Bytes(n int) ([]byte, error)
- func FQDN(parentDomain string, n int) (string, error)
- func LowerCaseAlphaString(n int) (string, error)
- func LowerCaseAlphanumericString(n int) (string, error)
- func StorageAccountName(prefix string) (string, error)
- func String(letterBytes string, n int) (string, error)
- func VaultURL(prefix string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AlphanumericString ¶
AlphanumericString returns a random string of length n comprised of [A-Za-z0-9]
func LowerCaseAlphaString ¶
LowerCaseAlphaString returns a random string of length n comprised of [a-z]
func LowerCaseAlphanumericString ¶
LowerCaseAlphanumericString returns a random string of length n comprised of [a-z0-9]
func StorageAccountName ¶
StorageAccountName returns a random string suitable for use as an Azure storage account name
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.