Query.
This commit is contained in:
parent
7f3a92bc64
commit
275013bd15
1 changed files with 5 additions and 5 deletions
|
@ -88,11 +88,11 @@ type InterfaceFilter struct {
|
|||
Limit int64 `schema:"limit"`
|
||||
|
||||
//User specific filters
|
||||
Id string `schema:"id"`
|
||||
Name string `schema:"name"`
|
||||
ConnectionStatus string `schema:"connection_status"`
|
||||
Type string `schema:"type"`
|
||||
Mtu string `schema:"mtu"`
|
||||
Id string `schema:"id,omitempty"`
|
||||
Name string `schema:"name,omitempty"`
|
||||
ConnectionStatus string `schema:"connection_status,omitempty"`
|
||||
Type string `schema:"type,omitempty"`
|
||||
Mtu string `schema:"mtu,omitempty"`
|
||||
MgmtOnly string `schema:"mgmt_only"`
|
||||
Mode string `schema:"mode"`
|
||||
Description string `schema:"description"`
|
||||
|
|
Loading…
Reference in a new issue