8 lines
86 B
Go
8 lines
86 B
Go
package config
|
|
|
|
type Redis struct {
|
|
Addr string
|
|
Password string
|
|
Db int
|
|
}
|