Documentation
¶
Index ¶
- func GenWord() string
- func GenWordn(n int) string
- type FakeDB
- func (d *FakeDB) Begin() (*sql.Tx, error)
- func (d *FakeDB) Close() error
- func (d *FakeDB) Driver() driver.Driver
- func (d *FakeDB) Exec(string, ...interface{}) (sql.Result, error)
- func (d *FakeDB) Ping() error
- func (d *FakeDB) Prepare(string) (*sql.Stmt, error)
- func (d *FakeDB) Query(string, ...interface{}) (*sql.Rows, error)
- func (d *FakeDB) QueryRow(string, ...interface{}) *sql.Row
- func (d *FakeDB) SetMaxIdleConns(int)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.