Files
sing-box-extended-mirror/adapter/usbip_stub.go
T
2026-08-30 17:41:41 +08:00

8 lines
141 B
Go

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