match

package
v3.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 29, 2019 License: MIT, MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DateMatch

type DateMatch struct {
	Pattern          string
	I, J             int
	Token            string
	Separator        string
	Day, Month, Year int64
}

type Match

type Match struct {
	Pattern        string
	I, J           int
	Token          string
	DictionaryName string
	Entropy        float64
}

type Matcher

type Matcher struct {
	MatchingFunc func(password string) []Match
	ID           string
}

type Matches

type Matches []Match

func (Matches) Len

func (s Matches) Len() int

func (Matches) Less

func (s Matches) Less(i, j int) bool

func (Matches) Swap

func (s Matches) Swap(i, j int)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL