package
Version:
v0.0.0-...-b288cfe
Opens a new window with list of versions in this module.
Published: May 19, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 4
Opens a new window with list of known importers.
Documentation
¶
type Db struct {
Conn *gorm.DB
}
type DbConfig struct {
Host string `json:"host"`
Port int64 `json:"port"`
Database string `json:"database"`
Username string `json:"username"`
Password string `json:"password"`
Options string `json:"options"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.