Versions in this module Expand all Collapse all v0 v0.0.1 Sep 22, 2024 Changes in this version + type QueryDo interface + Find func() (result []T, err error) + FindByPage func(offset int, limit int) (result []T, count int64, err error) + Scan func(result interface{}) (err error) + ScanByPage func(result interface{}, offset int, limit int) (count int64, err error)