Versions in this module Expand all Collapse all v1 v1.6.5 Jun 7, 2025 v1.6.4 May 30, 2025 Changes in this version + const PgSQLDB + const PgSQLHost + const PgSQLPassword + const PgSQLPort + const PgSQLUser + type Config struct + func NewDefaultConfig() *Config + func (cfg *Config) SetDB(db string) + func (cfg *Config) SetHost(host string) + func (cfg *Config) SetPassword(password string) + func (cfg *Config) SetPort(port int) + func (cfg *Config) SetUser(user string)