Discover Packages
github.com/dxc0522/sql2struct
cmd
package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Nov 21, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Execute adds all child commands to the root command and sets flags appropriately.
This is called by main.main(). It only needs to happen once to the rootCmd.
type DBConfig struct {
DSN string `yaml:"DSN"`
}
type YAMLConfig struct {
DBConfig DBConfig `yaml:"DBConfig"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.