Documentation
¶
Index ¶
Constants ¶
View Source
const ( Numbers = "0123456789" Alphabets = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" Base64Token = Numbers + Alphabets + "-._~+/" )
Variables ¶
This section is empty.
Functions ¶
func GenerateRandomBase64Token ¶
GenerateRandomStr generates digit random string
func GenerateRandomNumStr ¶
GenerateRandomNumStr generates digit random number string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.