8 lines
141 B
Go
8 lines
141 B
Go
//go:build !with_usbip || !(linux || (darwin && cgo) || windows)
|
|
|
|
package adapter
|
|
|
|
type USBIPDynamicServer interface {
|
|
usbipNotIncluded()
|
|
}
|