package
Version:
v0.0.0-...-8ac8841
Opens a new window with list of versions in this module.
Published: Mar 1, 2025
License: AGPL-3.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type BaseModel struct {
ID uint `json:"id" gorm:"primaryKey"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
DeletedAt gorm.DeletedAt `json:"deleted_at" gorm:"index"`
}
type CrudConn struct {
Db *gorm.DB
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.