Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompletedConfig ¶
type CompletedConfig struct {
// contains filtered or unexported fields
}
CompletedConfig can be constructed only from Config.Complete
type Options ¶
type Options struct { // https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-PARAMKEYWORDS Host string `mapstructure:"host"` Port string `mapstructure:"port"` DbName string `mapstructure:"dbname"` User string `mapstructure:"user"` Password string `mapstructure:"password"` SSLMode string `mapstructure:"sslmode"` SSLRootCert string `mapstructure:"sslrootcert"` }
func NewOptions ¶
func NewOptions() *Options
Click to show internal directories.
Click to hide internal directories.