mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-22 05:42:05 +07:00
feat: support no group filter
This commit is contained in:
@ -32,7 +32,7 @@ type Group struct {
|
||||
}
|
||||
|
||||
type GroupParam struct {
|
||||
Filter []*config_parser.Function `mapstructure:"filter" required:""`
|
||||
Filter []*config_parser.Function `mapstructure:"filter"`
|
||||
Policy interface{} `mapstructure:"policy" required:""`
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user