mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-05-05 18:45:20 +08:00
refactor: 后端包结构重构、去除无用的文件
This commit is contained in:
8
server/pkg/config/redis.go
Normal file
8
server/pkg/config/redis.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package config
|
||||
|
||||
type Redis struct {
|
||||
Host string `yaml:"host"`
|
||||
Port int `yaml:"port"`
|
||||
Password string `yaml:"password"`
|
||||
Db int `yaml:"db"`
|
||||
}
|
||||
Reference in New Issue
Block a user