Documentation
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Conn ¶
type Conn interface { Prepare(query string) (driver.Stmt, error) Close() error Begin() (driver.Tx, error) }
go:generate counterfeiter . Conn
Directories
Path | Synopsis |
---|---|
Code generated by counterfeiter.
|
Code generated by counterfeiter. |