Fixed enumerator build for openbsd (unsupported operation)

This commit is contained in:
Cristian Maglie
2019-12-03 16:53:39 +01:00
parent 96546e190f
commit 88e081691b

12
enumerator/usb_openbsd.go Normal file
View File

@@ -0,0 +1,12 @@
//
// Copyright 2014-2020 Cristian Maglie. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//
package enumerator
func nativeGetDetailedPortsList() ([]*PortDetails, error) {
// TODO
return nil, &PortEnumerationError{}
}