Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RangeRule ¶
type RangeRule struct { StartPosition int Length int Format RangeRuleType }
type RangeRuleType ¶
type RangeRuleType int
const ( Digit RangeRuleType = iota UpperCaseLetters AlphaNumeric )
func (RangeRuleType) String ¶
func (r RangeRuleType) String() string
type StaticRule ¶
func (*StaticRule) EndPos ¶
func (s *StaticRule) EndPos() int
func (*StaticRule) StartPos ¶
func (s *StaticRule) StartPos() int
func (*StaticRule) String ¶
func (s *StaticRule) String() string
func (*StaticRule) Type ¶
func (s *StaticRule) Type() string
func (*StaticRule) WriteTo ¶
func (s *StaticRule) WriteTo(sb *strings.Builder)
Click to show internal directories.
Click to hide internal directories.