Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var PgSqlWireSet = wire.NewSet( GetConfig, NewDbConnection, )
Functions ¶
func NewDbConnection ¶
Types ¶
type Config ¶
type Config struct { Addr string `env:"PG_ADDR" envDefault:"127.0.0.1"` Port string `env:"PG_PORT" envDefault:"5432"` User string `env:"PG_USER" envDefault:""` Password string `env:"PG_PASSWORD" envDefault:""` Database string `env:"PG_DATABASE" envDefault:"orchestrator"` ApplicationName string `env:"APP" envDefault:"orchestrator"` LogQuery bool `env:"PG_LOG_QUERY" envDefault:"true"` }
Click to show internal directories.
Click to hide internal directories.