package
Version:
v0.14.0
Opens a new window with list of versions in this module.
Published: Aug 4, 2025
License: MIT
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type DbReq struct {
Driver string `map:"driver"`
DSN string `map:"dsn"`
Query string `map:"query"`
Params []interface{} `map:"params"`
Timeout string `map:"timeout"`
}
type DbRes struct {
Code int `map:"code"`
RowsAffected int64 `map:"rows_affected"`
Rows []interface{} `map:"rows"`
Error string `map:"error"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.