Documentation ¶
Index ¶
- func GetMysqlConnection(ctx context.Context, user, password, host, port, database string, ...) (*sql.DB, error)
- func GetPostgresDsn(host, user, password, port, database, sslmode string) string
- func Launch(logger logger.AppLogger, wg *sync.WaitGroup, runnables ...runnable.Runnable)
- func Notify()
- func PostgresConnection(host, user, password, port, database, sslmode string) (*sql.DB, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetMysqlConnection ¶
func GetPostgresDsn ¶
GetPostgresDsn generates
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.