service

package
v0.0.0-...-43d2b9d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 2, 2019 License: BSD-3-Clause Imports: 1 Imported by: 0

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL