:art:优化以下

This commit is contained in:
coward
2024-07-11 16:21:08 +08:00
parent 8de68413c1
commit fb97082c0c
4 changed files with 7 additions and 6 deletions

9
config/cache.go Normal file
View File

@@ -0,0 +1,9 @@
package config
type cache struct {
Type string `yaml:"type"`
Host string `yaml:"host"`
Port int `yaml:"port"`
Password string `yaml:"password"`
Db int `yaml:"db"`
}