package
Version:
v0.0.0-...-7d02455
Opens a new window with list of versions in this module.
Published: Aug 15, 2024
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type DB interface {
Create(value interface{}) *gorm.DB
First(dest interface{}, conds ...interface{}) *gorm.DB
Save(value interface{}) *gorm.DB
Delete(value interface{}, conds ...interface{}) *gorm.DB
Find(dest interface{}, conds ...interface{}) *gorm.DB
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.