package
8.2.0+incompatible
Repository: https://github.com/pingcap/tiflow.git
Documentation: pkg.go.dev

# Functions

NewKey creates a new Key from a string.
NewSet returns a new Set.
NewSetFromMap tries to create a Set from an input of type map[string]string.
NewValue creates a new Value from a string.

# Constants

OpEq represents the Equals operator.
OpNeq represents the Not Equal operator.
OpRegex represents the Regular Expression match operator.

# Structs

Selector is one selector on a label Set.

# Type aliases

No description provided by the author
Op represents the type of operator associated with a selector.
Set is a short name for map[Key]Value.
No description provided by the author