mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-09-15 21:00:27 +00:00
8 lines
141 B
Go
8 lines
141 B
Go
//go:build !with_usbip || !(linux || (darwin && cgo) || windows)
|
|
|
|
package adapter
|
|
|
|
type USBIPDynamicServer interface {
|
|
usbipNotIncluded()
|
|
}
|