MCPcopy Create free account
hub / github.com/AdRoll/baker / ClauseFilterConfig

Struct ClauseFilterConfig

filter/clausefilter.go:80–82  ·  view source on GitHub ↗

ClauseFilterConfig describes the ClauseFilter filter config

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected