mirror of
https://github.com/lejianwen/rustdesk-api.git
synced 2026-04-29 03:10:04 +00:00
first
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
|
||||
RedisAddr string `mapstructure:"redis-addr"`
|
||||
RedisPwd string `mapstructure:"redis-pwd"`
|
||||
RedisDb int `mapstructure:"redis-db"`
|
||||
FileDir string `mapstructure:"file-dir"`
|
||||
}
|
||||
Reference in New Issue
Block a user