Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
DefaultPasswdFunc = NewPasswordGen(32, true, true).Generate
)
Functions ¶
This section is empty.
Types ¶
type PasswdFunc ¶
type PasswdFunc func() string
type PasswdGen ¶
type PasswdGen struct {
// contains filtered or unexported fields
}
func NewPasswordGen ¶
type StickyError ¶
type StickyError struct {
// contains filtered or unexported fields
}
func (*StickyError) Error ¶
func (s *StickyError) Error() error
func (StickyError) HasError ¶
func (s StickyError) HasError() bool
func (*StickyError) Swallow ¶
func (s *StickyError) Swallow(err error)
Click to show internal directories.
Click to hide internal directories.