package
Version:
v0.0.3
Opens a new window with list of versions in this module.
Published: Sep 25, 2022
License: GPL-3.0
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
¶
New creates a new postgres connection and tests it.
type Config struct {
Host string `koanf:"host"`
Port string `koanf:"port"`
User string `koanf:"user"`
Password string `koanf:"password"`
DBName string `koanf:"dbname"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.