Versions in this module Expand all Collapse all v1 v1.0.1 Mar 28, 2022 Changes in this version + const LevelEasy + const LevelHard + const LevelMid + const LevelUndefined + func Generate(level Level) (string, error) + func GenerateWithOptions(options *Options) (string, error) + func Prompt(label string) (string, error) + type Level int + type Options struct + Length int + NoRepeat bool + NumDigits int + NumSymbols int + Uppercase bool