Documentation
¶
Index ¶
Constants ¶
View Source
const ( DriverMysql = "mysql" DriverNone = "" )
View Source
const (
RemovedPassword = "[removed]"
)
Variables ¶
This section is empty.
Functions ¶
func ErrIsDuplicateEntryError ¶ added in v1.1.0
Types ¶
type Conn ¶ added in v1.1.0
type Conn struct {
// contains filtered or unexported fields
}
Conn is a wrapper around a dbr connection and a health stream
func (*Conn) NewSession ¶ added in v1.1.0
func (*Conn) NewSessionForEventReceiver ¶ added in v1.1.0
func (c *Conn) NewSessionForEventReceiver(er health.EventReceiver) *dbr.Session
Click to show internal directories.
Click to hide internal directories.