This commit is contained in:
Kalle Carlbark 2019-09-11 11:17:20 +02:00
parent 7f3a92bc64
commit 275013bd15
No known key found for this signature in database
GPG key ID: 3FC0C93C5A5A0670

View file

@ -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"`