package
Version:
v0.0.0-...-85e3e2e
Opens a new window with list of versions in this module.
Published: Oct 31, 2022
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type PostgresConfig struct {
Host string `envconfig:"Host"`
Port int `envconfig:"Port"`
Username string `envconfig:"Username"`
Name string `envconfig:"Name"`
SSLMode string `envconfig:"SSLMode"`
Password string `envconfig:"Password"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.