package
0.0.0-20250307173044-634e8ce82c05
Repository: https://github.com/sapcc/go-bits.git
Documentation: pkg.go.dev

# Type aliases

BoundedRegexp is like PlainRegexp, but ^ and $ anchors will automatically be added to the start and end of the regexp, respectively.
ConfigSet works similar to map[K]V in that it picks values of type V for keys of type K, but the keys in the data structure are actually regexes that can apply to an entire set of K instead of just one specific value of K.
PlainRegexp is a regex string that implements the Marshaler and Unmarshaler interfaces for encoding/json and gopkg.in/yaml.v2, respectively.