no owner filter like docs
This commit is contained in:
parent
6b522c629c
commit
9e39aae6cb
|
@ -11,7 +11,7 @@ import (
|
||||||
type noowner struct{ has bool }
|
type noowner struct{ has bool }
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
filter.Register("noowner", build)
|
filter.Register("no_owner", build)
|
||||||
}
|
}
|
||||||
|
|
||||||
func build(config interface{}) (filter.Filter, error) {
|
func build(config interface{}) (filter.Filter, error) {
|
||||||
|
|
Loading…
Reference in New Issue