Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RandomStringType ¶
type RandomStringType int32
const ( RANDOM_TYPE_BASIC RandomStringType = 0 RANDOM_TYPE_ALPHA RandomStringType = 1 RANDOM_TYPE_ALNUM RandomStringType = 2 RANDOM_TYPE_NUMERIC RandomStringType = 3 RANDOM_TYPE_NOZERO RandomStringType = 4 RANDOM_TYPE_MD5 RandomStringType = 5 RANDOM_TYPE_SHA1 RandomStringType = 6 )
Click to show internal directories.
Click to hide internal directories.