Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrMaxSpansCountReached = errors.New("max spans count reached")
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { MaxSpansCount int `yaml:"max_spans_count" name:"max_spans_count"` CapturedFile string `yaml:"captured_file" name:"captured_file"` AnonymizedFile string `yaml:"anonymized_file" name:"anonymized_file"` MappingFile string `yaml:"mapping_file" name:"mapping_file"` AnonymizerOpts anonymizer.Options `yaml:"anonymizer" name:"anonymizer"` }
Config contains parameters to NewWriter.
Click to show internal directories.
Click to hide internal directories.