redact

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: May 3, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(log iface.MessageLogger, reader StoreReader) iface.Logger

Types

type Store

type Store interface {
	StoreReader
	StoreWriter
}

func NewStore

func NewStore(values ...string) Store

type StoreReader

type StoreReader interface {
	Values() []string
	// contains filtered or unexported methods
}

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