Files
sing-box/adapter/usbip_stub.go
T
2026-06-20 22:24:55 +08:00

8 lines
141 B
Go

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