:art:优化以下
This commit is contained in:
9
config/cache.go
Normal file
9
config/cache.go
Normal 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"`
|
||||
}
|
||||
Reference in New Issue
Block a user