package
Version:
v0.0.0-...-ccd8cf7
Opens a new window with list of versions in this module.
Published: May 15, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type DB struct {
Name string `yaml:"name"`
Tables []Table `yaml:"tables"`
}
type Faker struct {
Faker []DB `yaml:"faker"`
}
type Table struct {
Name string `yaml:"name"`
Fields []string `yaml:"fields"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.