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"`
|
Limit int64 `schema:"limit"`
|
||||||
|
|
||||||
//User specific filters
|
//User specific filters
|
||||||
Id string `schema:"id"`
|
Id string `schema:"id,omitempty"`
|
||||||
Name string `schema:"name"`
|
Name string `schema:"name,omitempty"`
|
||||||
ConnectionStatus string `schema:"connection_status"`
|
ConnectionStatus string `schema:"connection_status,omitempty"`
|
||||||
Type string `schema:"type"`
|
Type string `schema:"type,omitempty"`
|
||||||
Mtu string `schema:"mtu"`
|
Mtu string `schema:"mtu,omitempty"`
|
||||||
MgmtOnly string `schema:"mgmt_only"`
|
MgmtOnly string `schema:"mgmt_only"`
|
||||||
Mode string `schema:"mode"`
|
Mode string `schema:"mode"`
|
||||||
Description string `schema:"description"`
|
Description string `schema:"description"`
|
||||||
|
|
Loading…
Reference in a new issue