package
Version:
v0.1.3
Opens a new window with list of versions in this module.
Published: Sep 17, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Rows interface {
Next() bool
Scan(dest ...interface{}) error
}
Rows is database/sql.Rows wrapper. Introduced to facilitate testing.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.