# Functions
CreateFilterSet creates a FilterSet from yaml config.
No description provided by the author
# Constants
MatchTypeFieldName is the mapstructure field name for MatchType field.
Regexp is the FilterType for filtering by regexp string matches.
Strict is the FilterType for filtering by exact string matches.
# Interfaces
FilterSet is an interface for matching strings against a set of filters.
# Type aliases
MatchType describes the type of pattern matching a FilterSet uses to filter strings.