@@ -24,22 +24,6 @@ func (m *RedisMatcher) Type() string {
|
||||
return "NOSQL"
|
||||
}
|
||||
|
||||
func (m *RedisMatcher) Vendor(matchCtx *osm.MatchCtx) string {
|
||||
return "Redis"
|
||||
}
|
||||
|
||||
func (m *RedisMatcher) Version(matchCtx *osm.MatchCtx) string {
|
||||
return "UNKNOWN"
|
||||
}
|
||||
|
||||
func (m *RedisMatcher) OsType(matchCtx *osm.MatchCtx) string {
|
||||
return "UNKNOWN"
|
||||
}
|
||||
|
||||
func (m *RedisMatcher) OsVersion(matchCtx *osm.MatchCtx) string {
|
||||
return "UNKNOWN"
|
||||
}
|
||||
|
||||
func (m *RedisMatcher) Name(matchCtx *osm.MatchCtx) string {
|
||||
name := "Redis"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user