| 9 | ) |
| 10 | |
| 11 | type pathFilter struct { |
| 12 | name string |
| 13 | title string |
| 14 | typ string |
| 15 | pattern *regexp.Regexp |
| 16 | } |
| 17 | |
| 18 | func init() { |
| 19 | filterHandler.RegisterFilter(newPathFilter()) |
nothing calls this directly
no outgoing calls
no test coverage detected