Documentation
¶
Index ¶
Constants ¶
View Source
const ExtensionName = "orm"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Extended ¶
type Extended interface {
database.Extended
ExecuteGormFunction(execFunc func(db *gorm.DB) *gorm.DB) error
QueryGormFunction(receiver any, queryFunc func(db *gorm.DB) *gorm.DB) error
ExecuteGormFunctionWithCtx(ctx context.Context, execFunc func(db *gorm.DB) *gorm.DB) error
QueryGormFunctionWithCtx(ctx context.Context, receiver any, queryFunc func(db *gorm.DB) *gorm.DB) error
}
Click to show internal directories.
Click to hide internal directories.