package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Sep 22, 2024
License: GPL-3.0
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 QueryDo[T any] interface {
FindByPage(offset int, limit int) (result []T, count int64, err error)
Find() (result []T, err error)
ScanByPage(result interface{}, offset int, limit int) (count int64, err error)
Scan(result interface{}) (err error)
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.