Files
sing-box/adapter/usbip_stub.go
T
2026-06-25 17:39:02 +08:00

8 lines
141 B
Go

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