Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PostgresConn ¶
type PostgresConn struct { Host string Port int Password string User string DBName string SSLMode string }
func (*PostgresConn) DSN ¶
func (c *PostgresConn) DSN() string
func (*PostgresConn) Dialect ¶
func (c *PostgresConn) Dialect() string
func (*PostgresConn) Driver ¶
func (c *PostgresConn) Driver() string
type SqlDBConn ¶
func GetSqlDbConn ¶
func GetSqlDbConn(cfg config.ConfigInterface, mock bool) (SqlDBConn, error)
Gets the DB connection information based on environment variables
type SqliteConn ¶
func (*SqliteConn) DSN ¶
func (c *SqliteConn) DSN() string
func (*SqliteConn) Dialect ¶
func (c *SqliteConn) Dialect() string
func (*SqliteConn) Driver ¶
func (c *SqliteConn) Driver() string
Click to show internal directories.
Click to hide internal directories.