mirror of
https://github.com/lejianwen/rustdesk-api.git
synced 2025-11-29 00:23:18 +00:00
8 lines
86 B
Go
8 lines
86 B
Go
package config
|
|
|
|
type Redis struct {
|
|
Addr string
|
|
Password string
|
|
Db int
|
|
}
|