This commit is contained in:
crusader
2018-09-18 12:39:00 +09:00
parent a07e7e7b93
commit aefdb4d724
2 changed files with 9 additions and 8 deletions

View File

@@ -2,6 +2,7 @@ package matcher
import (
osm "git.loafle.net/overflow/service_matcher-go"
"git.loafle.net/overflow/service_matcher-go/echo"
"git.loafle.net/overflow/service_matcher-go/elasticsearch"
"git.loafle.net/overflow/service_matcher-go/ftp"
"git.loafle.net/overflow/service_matcher-go/http"
@@ -31,6 +32,7 @@ var (
func init() {
//TCP
addTCPMatcher(ssh.NewMatcher())
addTCPMatcher(echo.NewMatcher())
addTCPMatcher(mongodb.NewMatcher())
addTCPMatcher(mysql.NewMatcher())
addTCPMatcher(redis.NewMatcher())