# Packages

Package regexp provides an implementation to match strings against a set of regexp string filters.
Package strict provides an implementation to match strings against a set of exact match string filters.

# 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.

# Structs

Config configures the matching behavior of a FilterSet.

# 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.