Documentation
¶
Index ¶
- type MockDB
- func (db *MockDB) Close() error
- func (db *MockDB) Ping() error
- func (db *MockDB) Query(query string, args ...interface{}) (*sql.Rows, error)
- func (db *MockDB) QueryContext(ctx context.Context, query string, args ...interface{}) (*sql.Rows, error)
- func (db *MockDB) QueryRow(query string, args ...interface{}) *sql.Row
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.