package
Version:
v1.3.4-beta
Opens a new window with list of versions in this module.
Published: Dec 18, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type BasicItem struct {
Type string `json:"type"`
Value string `json:"value"`
}
type Config struct {
Rules []*Rule `json:"rules"`
}
type Mask struct {
Type string `json:"type"`
Begin int `json:"begin"`
Length int `json:"length"`
Replace *BasicItem `json:"replace"`
}
type Rule struct {
Match *BasicItem `json:"match"`
Mask *Mask `json:"mask"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.