@@ -18,21 +18,6 @@ func (m *OracleMatcher) Key() string {
|
||||
func (m *OracleMatcher) Type() string {
|
||||
return "DATABASE"
|
||||
}
|
||||
func (m *OracleMatcher) Vendor(matchCtx *osm.MatchCtx) string {
|
||||
return "Oracle"
|
||||
}
|
||||
|
||||
func (m *OracleMatcher) Version(matchCtx *osm.MatchCtx) string {
|
||||
return "UNKNOWN"
|
||||
}
|
||||
|
||||
func (m *OracleMatcher) OsType(matchCtx *osm.MatchCtx) string {
|
||||
return "UNKNOWN"
|
||||
}
|
||||
|
||||
func (m *OracleMatcher) OsVersion(matchCtx *osm.MatchCtx) string {
|
||||
return "UNKNOWN"
|
||||
}
|
||||
|
||||
func (m *OracleMatcher) Name(matchCtx *osm.MatchCtx) string {
|
||||
return "Oracle"
|
||||
|
||||
Reference in New Issue
Block a user