Documentation
¶
Index ¶
Constants ¶
View Source
const Random = "RANDOM"
Random indicates that a random character from the symbol alphabet should be used.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Style ¶
type Style string
Style represents a style of symbol padding
const ( // Fixed is a padding style that adds the given number of characters to the // start and end of a password. Padding character can be specified or // randomly chosen from an alphabet. Fixed Style = "FIXED" // Adaptive is a padding style that pads a password to a given length. The // padding character can be specified or randomly chosen from an alphabet. Adaptive Style = "ADAPTIVE" // None is a padding style that does no padding. None Style = "NONE" )
Click to show internal directories.
Click to hide internal directories.