Versions in this module Expand all Collapse all v0 v0.0.1 Aug 27, 2024 Changes in this version + type Range struct + Max uint + Min uint + func WithRange(minLength, maxLength uint) Range + func WithoutRange(length uint) Range + type Standard struct + func CreateStandard(r Range, formats ...Template) Standard + func (s Standard) GetLength() uint + func (s Standard) GetTemplate() string + type Template string