Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// Schema holds the given schema file
Schema string `required:"true"`
// Target holds the target folder
Target string `required:"true" default:"./"`
// Generators holds the generator names for processing
Generators []string `default:"model,statements,errors,clients,tests,functions"`
}
Config holds the config parameters for gene package
Click to show internal directories.
Click to hide internal directories.