data_masking

package
v1.3.4-beta Latest Latest
Warning

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

Go to latest
Published: Dec 18, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BasicItem

type BasicItem struct {
	Type  string `json:"type"`
	Value string `json:"value"`
}

type Config

type Config struct {
	Rules []*Rule `json:"rules"`
}

type Mask

type Mask struct {
	Type    string     `json:"type"`
	Begin   int        `json:"begin"`
	Length  int        `json:"length"`
	Replace *BasicItem `json:"replace"`
}

type Rule

type Rule struct {
	Match *BasicItem `json:"match"`
	Mask  *Mask      `json:"mask"`
}

Jump to

Keyboard shortcuts

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