Documentation
¶
Index ¶
Constants ¶
View Source
const Version = "1.0.1"
Variables ¶
View Source
var GenPath string
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Migrate YamlConfig `yaml:"migrate"`
}
type YamlConfig ¶
type YamlConfig struct {
Version int `yaml:"version"` //
SourceURL string `yaml:"source"`
DatabaseURL string `yaml:"database"`
}
YamlConfig is yaml config struct
func LoadConfigFile ¶
func LoadConfigFile(path string) (*YamlConfig, error)
LoadConfigFile load config file from path
Click to show internal directories.
Click to hide internal directories.