Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Hostname string `koanf:"hostname"`
Port uint16 `koanf:"port" default:"5432"`
Username string `koanf:"username"`
Password string `koanf:"password"`
Name string `koanf:"name"`
SSLMode string `koanf:"sslmode" default:"verify-full"`
MaxIdleTime time.Duration `koanf:"maxidletime" default:"5m"`
MaxLifetime time.Duration `koanf:"maxlifetime" default:"5m"`
MaxIdleConns int `koanf:"maxidleconns"`
MaxOpenConns int `koanf:"maxopenconns"`
}
...
Click to show internal directories.
Click to hide internal directories.