summaryrefslogtreecommitdiff
path: root/model/matches.go
blob: da16c4ffb54412f56075fca90681f3f593a9c891 (plain)
1
2
3
4
5
package model

type Matches interface {
	Matches(input string) bool
}