redact

package
v0.0.0-...-ee28a48 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 17, 2024 License: Apache-2.0 Imports: 7 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(log iface.MessageLogger, redactor Redactor) iface.Logger

Types

type Redactor

type Redactor interface {
	RedactString(string) string
	// contains filtered or unexported methods
}

type Store

type Store interface {
	Redactor
	StoreWriter
}

func NewStore

func NewStore(values ...string) Store

type StoreWriter

type StoreWriter interface {
	Add(value ...string)
	// contains filtered or unexported methods
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL