mirror of
https://github.com/lejianwen/rustdesk-api.git
synced 2025-09-15 14:28:34 +08:00
8 lines
86 B
Go
8 lines
86 B
Go
package config
|
|
|
|
type Redis struct {
|
|
Addr string
|
|
Password string
|
|
Db int
|
|
}
|