forked from deblan/database-anonymizer
add base of algo
This commit is contained in:
parent
ac5cb1b32f
commit
7194f2b354
3 changed files with 132 additions and 3 deletions
|
|
@ -7,10 +7,12 @@ import (
|
|||
)
|
||||
|
||||
type SchemaConfigData struct {
|
||||
Table string `yaml:"table"`
|
||||
Query string `yaml:"query"`
|
||||
VirtualColumns map[string]string `yaml:"virtual_columns"`
|
||||
Generators map[string][]string `yaml:"generators"`
|
||||
Columns map[string]string `yaml:"columns"`
|
||||
PrimaryKey []string `yaml:"primary_key"`
|
||||
}
|
||||
|
||||
type SchemaConfigRules struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue