package
Version:
v0.0.0-...-5ba556e
Opens a new window with list of versions in this module.
Published: Dec 5, 2024
License: MIT
Opens a new window with license information.
Imports: 26
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type DataMaskingMetric struct {
InfoTypes map[string]int64 `json:"info_types"`
TotalRedactCount int64 `json:"total_redact_count"`
TransformedBytes int64 `json:"transformed_bytes"`
ErrCount int `json:"err_count"`
}
type SessionMetric struct {
DataMasking *DataMaskingMetric `json:"data_masking"`
EventSize int64 `json:"event_size"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.