package
0.4.9
Repository: https://github.com/playerr9/mygolib.git
Documentation: pkg.go.dev

# Functions

NewContext creates a new Context with default values.
WithFilters returns a BuilderOption that sets the filters of a Builder.
WithLabel returns a BuilderOption that sets the label of a Builder.
WithMode returns a BuilderOption that sets the censorship mode of a Builder.
WithValues returns a BuilderOption that sets the values of a Builder.

# Constants

Censored represents a string that has been censored.
DefaultCensorLabel is a constant that defines the default label used to replace unacceptable strings when they are filtered.
NotCensored represents a string that has not been censored.

# Structs

Builder is a type that provides a fluent interface for constructing a censoring operation.
Context is a type that encapsulates the context for a censoring operation.

# Type aliases

BuilderOption is a function type that modifies the properties of a Builder.
CensorValue is a type that represents whether a string has been censored or not.