package
Version:
v0.0.0-...-a5c2be1
Opens a new window with list of versions in this module.
Published: Nov 14, 2021
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Dao struct {
DB *gorm.DB
}
func (dao *Dao) BeginTx() *Dao
func (dao *Dao) Rollback()
type MysqlConfig struct {
Addr string `json:"addr"`
User string `json:"user"`
Password string `json:"password"`
Db string `json:"db"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.