senstive_parameter_processor

package
v0.0.0-...-f17293a Latest Latest
Warning

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

Go to latest
Published: Nov 21, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AesProcessor

type AesProcessor struct {
	Key string
}

func (*AesProcessor) Decode

func (f *AesProcessor) Decode(params map[string]string, data interface{}) error

func (*AesProcessor) Encode

func (f *AesProcessor) Encode(params map[string]string, data interface{}) error

type Base64Processor

type Base64Processor struct {
}

func (*Base64Processor) Decode

func (f *Base64Processor) Decode(params map[string]string, data interface{}) error

func (*Base64Processor) Encode

func (f *Base64Processor) Encode(params map[string]string, data interface{}) error

type Decoder

type Decoder interface {
	Decode(params map[string]string, data interface{}) error
}

type Encoder

type Encoder interface {
	Encode(params map[string]string, data interface{}) error
}

type Processor

type Processor interface {
	Encoder
	Decoder
}

Jump to

Keyboard shortcuts

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