Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { MigrationsDir string `toml:"migrations_dir"` Host string `toml:"host"` Port string `toml:"port"` User string `toml:"user"` Pwd string `toml:"pwd"` DB string `toml:"db"` SSL_MODE string `toml:"sslmode"` SSL_CERT string `toml:"sslcert"` SSL_KEY string `toml:"sslkey"` // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.