config

package
v0.0.0-...-9a553cb Latest Latest
Warning

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

Go to latest
Published: Sep 1, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	SQLFile     string `yaml:"sql_file"`     // SQL文件路径
	OutputFile  string `yaml:"output_file"`  // 输出Go文件路径
	TableName   string `yaml:"table_name"`   // 表名
	PackageName string `yaml:"package_name"` // 包名
	DSN         string `yaml:"dsn"`          // 数据库连接字符串
}

Config 配置结构体

func LoadConfig

func LoadConfig(configFile string) (*Config, error)

LoadConfig 从文件加载配置

func (*Config) SaveConfig

func (c *Config) SaveConfig(configFile string) error

SaveConfig 保存配置到文件

Jump to

Keyboard shortcuts

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