dataprocessor

package
v0.0.0-...-b6cce1a Latest Latest
Warning

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

Go to latest
Published: Jul 11, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AES

type AES struct {
	EncryptionKey []byte
}

func NewAES

func NewAES(encryptionKey []byte) *AES

func (AES) Process

func (a AES) Process(data string) string

type DataProcessor

type DataProcessor interface {
	Process(data string) string
}

type Redacted

type Redacted struct {
}

func NewRedacted

func NewRedacted() *Redacted

func (Redacted) Process

func (r Redacted) Process(data string) string

Jump to

Keyboard shortcuts

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