Documentation
¶
Overview ¶
* @Date: 2023-07-20 10:09:47 * @LastEditTime: 2023-07-20 10:16:49 * @Description:
* @Date: 2023-07-20 10:07:02 * @LastEditTime: 2023-07-20 10:17:25 * @Description:
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GormTransactionRepository ¶
type GormTransactionRepository interface {
gormrepository.TransactionRepository
FindWhere(target interface{}, filters map[string]interface{}, preloads ...string) error
DeleteWhere(target interface{}, filters map[string]interface{}) error
FindWhereBatch(target interface{}, filters map[string]interface{}, limit, offset int, orderBy string, preloads ...string) error
FindWhereCount(target interface{}, filters map[string]interface{}) int64
UpdateWhere(target interface{}, filters map[string]interface{}, updates interface{}, preloads ...string) error
}
Click to show internal directories.
Click to hide internal directories.