documentation: Add USB/IP server and client

This commit is contained in:
世界
2026-06-17 18:53:38 +08:00
parent a23c66fa65
commit 70a767a14a
15 changed files with 337 additions and 7 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ func (o *USBIPServerServiceOptions) UnmarshalJSON(content []byte) error {
type USBIPClientServiceOptions struct {
DialerOptions
Server string `json:"server,omitempty"`
ServerOptions
Devices []USBIPDeviceMatch `json:"devices,omitempty"`
}