7 lines
104 B
Go
Raw Normal View History

2018-04-12 18:38:04 +09:00
package config
2018-04-10 14:24:03 +09:00
type Redis struct {
Network string `json:"network"`
Address string `json:"address"`
}