ing
This commit is contained in:
@@ -21,11 +21,11 @@ type WMIMatcher struct {
|
||||
osm.Matchers
|
||||
}
|
||||
|
||||
func (m *WMIMatcher) Key() string {
|
||||
func (m *WMIMatcher) Key(matchCtx *osm.MatchCtx) string {
|
||||
return "WMI"
|
||||
}
|
||||
|
||||
func (m *WMIMatcher) Type() string {
|
||||
func (m *WMIMatcher) Type(matchCtx *osm.MatchCtx) string {
|
||||
return "MONITORING"
|
||||
}
|
||||
func (m *WMIMatcher) Vendor(matchCtx *osm.MatchCtx) string {
|
||||
|
||||
Reference in New Issue
Block a user