Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Config = config{ DB: DBConfig{ DSN: "root:root@tcp(localhost:3306)/webook", }, Redis: RedisConfig{ Addr: "localhost:6379", }, }
Functions ¶
This section is empty.
Types ¶
type RedisConfig ¶
type RedisConfig struct {
Addr string
}
Click to show internal directories.
Click to hide internal directories.