package
0.0.0-20181115134704-12b652082c62
Repository: https://github.com/danielfireman/esperf.git
Documentation: pkg.go.dev

# Functions

FieldsRegexpFromStringSlice creates a new, populated FieldRegexp from a string slice.
MustParseFieldsRE is like FieldsRegexpFromStringSlice but panics in case of errors.
MustReadFieldsMap it is like ReadFieldsMapFromFile, but panic in case of errors.
ReadFieldsMapFromFile loads the map of anonymized fields from a file path.

# Structs

Anonymizer anonymizes arbitrary object fields based on regular expressions.

# Type aliases

FieldsMap maps fields to their associated anonymized values.
FieldsRegexp keeps the regular expressions to be applied while anonymizing fields.