//
pkg.gl
Category
github.com/pingcap/tiflow
pkg
label
package
8.2.0+incompatible
Repository:
https://github.com/pingcap/tiflow.git
Documentation:
pkg.go.dev
Overview
Versions
3
Dependencies
5
Dependents
21
Files
211 SLOC
#
Functions
NewKey
NewKey creates a new Key from a string.
NewSet
NewSet returns a new Set.
NewSetFromMap
NewSetFromMap tries to create a Set from an input of type map[string]string.
NewValue
NewValue creates a new Value from a string.
#
Constants
OpEq
OpEq represents the Equals operator.
OpNeq
OpNeq represents the Not Equal operator.
OpRegex
OpRegex represents the Regular Expression match operator.
#
Structs
Selector
Selector is one selector on a label Set.
#
Type aliases
Key
No description provided by the author
Op
Op represents the type of operator associated with a selector.
Set
Set is a short name for map[Key]Value.
Value
No description provided by the author