package
Version:
v1.2.0
Opens a new window with list of versions in this module.
Published: Sep 13, 2024
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Host string `yaml:"host" env-required:"true"`
Port int `yaml:"port" env-default:"5432"`
User string `yaml:"user" env-default:"postgres"`
Password string `yaml:"password" env-default:"postgres"`
Database string `yaml:"database" env-default:"postgres"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.