model

package
v0.0.0-...-0985de9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 2, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const DSN = "%s:%s@tcp(%s:%d)/%s?charset=utf8mb4&parseTime=True"

Variables

This section is empty.

Functions

func InitDb

func InitDb(config *Config) (DB *gorm.DB)

func WUID

func WUID() string

Types

type Config

type Config struct {
	Dbname   string
	Host     string
	Port     int
	Username string
	Password string
	Charset  string
}

需要注意的是 yaml表中的内容 需要与 配置文件conf.yml中的内容对应

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL