type added

This commit is contained in:
crusader
2018-09-12 13:26:27 +09:00
parent add118ce9d
commit 0ef5ca805c
25 changed files with 101 additions and 1 deletions

View File

@@ -17,6 +17,10 @@ func (m *IMAPMatcher) Key() string {
return "IMAP"
}
func (m *IMAPMatcher) Type() string {
return "MAIL"
}
func (m *IMAPMatcher) Name(matchCtx *osm.MatchCtx) string {
return "IMAP"
}