Add group filter.
This commit is contained in:
parent
da12cffbd9
commit
744b88ded5
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ type ClusterFilter struct {
|
||||||
|
|
||||||
//User specific filters
|
//User specific filters
|
||||||
Name string `schema:"name,omitempty"`
|
Name string `schema:"name,omitempty"`
|
||||||
|
Group string `schema:"group,omitempty"`
|
||||||
GroupID string `schema:"group_id,omitempty"`
|
GroupID string `schema:"group_id,omitempty"`
|
||||||
TypeID string `schema:"type_id,omitempty"`
|
TypeID string `schema:"type_id,omitempty"`
|
||||||
Type string `schema:"type,omitempty"`
|
Type string `schema:"type,omitempty"`
|
||||||
|
|
Loading…
Reference in a new issue