diff options
Diffstat (limited to 'model/matches.go')
| -rw-r--r-- | model/matches.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/model/matches.go b/model/matches.go new file mode 100644 index 0000000..da16c4f --- /dev/null +++ b/model/matches.go @@ -0,0 +1,5 @@ +package model + +type Matches interface { + Matches(input string) bool +} |
