 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
      View Source
      
  
const (
	MASK_TEXT = "***HIDDEN***"
)
    Variables ¶
This section is empty.
Functions ¶
Types ¶
type MultiLineRedactor ¶
type MultiLineRedactor struct {
	// contains filtered or unexported fields
}
    func NewMultiLineRedactor ¶
func NewMultiLineRedactor(re1, re2, maskText string) (*MultiLineRedactor, error)
type Redactor ¶
func GetRedactors ¶
type SingleLineRedactor ¶
type SingleLineRedactor struct {
	// contains filtered or unexported fields
}
    func NewSingleLineRedactor ¶
func NewSingleLineRedactor(re, maskText string) (*SingleLineRedactor, error)
 Click to show internal directories. 
   Click to hide internal directories.