This commit is contained in:
2023-10-03 16:44:32 +03:00
parent 50a4d5ade2
commit 2953ef0a85
6 changed files with 23 additions and 14 deletions

View File

@@ -22,9 +22,9 @@ type ListPCIDeviceRequest struct {
// Required: false
DevID uint64 `url:"devId,omitempty" json:"devId,omitempty"`
// Find by type
// Find by name
// Required: false
Type string `url:"type,omitempty" json:"type,omitempty"`
Name string `url:"name,omitempty" json:"name,omitempty"`
// Find by status
// Required: false