Documentation ¶
Index ¶
Constants ¶
View Source
const (
TypeConnectorPostgres = "Postgres"
)
Variables ¶
View Source
var Postgres = make(map[string]*sqldb.Connector)
Functions ¶
func GetConnectorPostgres ¶
Types ¶
type Conf ¶
Conf for the repositories package.
var ( // Config of the repositories package. Config Conf )
type ConnectorNotFoundError ¶
var (
ErrConnectorNotFound *ConnectorNotFoundError
)
func (*ConnectorNotFoundError) Error ¶
func (e *ConnectorNotFoundError) Error() string
Click to show internal directories.
Click to hide internal directories.