package
Version:
v0.0.0-...-7c907d4
Opens a new window with list of versions in this module.
Published: Oct 10, 2021
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type DBConfig struct {
Host string `default:"localhost"`
Port uint16 `default:"5432"`
Name string `default:"shortener"`
User string `default:"shortener"`
Password string `default:"123456789"`
SSLMode string `envconfig:"ssl_mode" default:"verify-full"`
QueryTimeout time.Duration `default:"500ms"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.