package
Version:
v0.0.0-...-2e794c7
Opens a new window with list of versions in this module.
Published: Mar 5, 2023
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Hello struct {
Name string `gorm:"column:name"`
ID int64 `gorm:"primaryKey"`
}
type SqlDB struct {
SqlConn *gorm.DB
}
func (sql *SqlDB) CloseSql()
Source Files
¶
Click to show internal directories.
Click to hide internal directories.