Documentation ¶ Index ¶ Variables func NewPostgresStore(logger *zap.Logger, pgConn *commonPostgres.Connection) *pgRepository Constants ¶ This section is empty. Variables ¶ View Source var ( ErrUnablePrepareQuery = errors.New("unable to prepare query") ErrUnableExecuteQuery = errors.New("unable to execute query") ErrUnableGetLastInsertID = errors.New("unable get last insert id") ) Functions ¶ func NewPostgresStore ¶ func NewPostgresStore(logger *zap.Logger, pgConn *commonPostgres.Connection, ) *pgRepository Types ¶ This section is empty. Source Files ¶ View all Source files service.go Click to show internal directories. Click to hide internal directories.