ClauseFilterConfig describes the ClauseFilter filter config
| 78 | |
| 79 | // ClauseFilterConfig describes the ClauseFilter filter config |
| 80 | type ClauseFilterConfig struct { |
| 81 | Clause string `help:"Boolean formula describing which events to let through. If empty, let everything through."` |
| 82 | } |
| 83 | |
| 84 | type ClauseFilter struct { |
| 85 | cfg *ClauseFilterConfig |
nothing calls this directly
no outgoing calls
no test coverage detected