Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PostgresClient ¶
type PostgresClient interface { // GetConnection retrieve database connection to be used in repositories GetConnection() *sqlx.DB // Stop finish background tasks of this client (db reconnection) Stop() }
PostgresClient declare interface for PostgreSQL connections
Click to show internal directories.
Click to hide internal directories.