package
Version:
v0.0.0-...-11834cf
Opens a new window with list of versions in this module.
Published: Oct 27, 2021
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
¶
func CreateTables(db *gorm.DB)
type Conf struct {
Username string `yaml:"username"`
Password string `yaml:"password"`
DBName string `yaml:"dbName"`
Host string `yaml:"host"`
AppId string `yaml:"appId"`
AppSecret string `yaml:"appSecret"`
Tencent Tencent `yaml:"tencent"`
}
type Tencent struct {
SecretId string `json:"secretId"`
SecretKey string `json:"secretKey"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.