Documentation ¶
Index ¶
Constants ¶
View Source
const RETRY_TIMES = 6
Variables ¶
This section is empty.
Functions ¶
func NewPostgresConnection ¶
func NewPostgresConnection(config *PostgresConfig, logger *zap.SugaredLogger) (*gorm.DB, error)
Types ¶
type PostgresConfig ¶
type PostgresConfig struct { Addr string `env:"KOZMO_PG_ADDR" envDefault:"localhost"` Port string `env:"KOZMO_PG_PORT" envDefault:"5433"` User string `env:"KOZMO_PG_USER" envDefault:"kozmo_cloud"` Password string `env:"KOZMO_PG_PASSWORD" envDefault:"kozmo2022"` Database string `env:"KOZMO_PG_DATABASE" envDefault:"kozmo_cloud"` }
Click to show internal directories.
Click to hide internal directories.