Documentation
¶
Index ¶
Constants ¶
View Source
const ( // MatchExact is to specify that whole value should match MatchExact = "exact" // MatchDefault - same meaning as MatchExact MatchDefault = "" // MatchPrefix is to specify that prefix of value should match MatchPrefix = "prefix" // MatchRegexp is to specify that the group extracted from value should match MatchRegexp = "regexp" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.