commons-go/external/config/redis.go
crusader 796da7bbfe ing
2018-04-12 18:38:04 +09:00

7 lines
104 B
Go

package config
type Redis struct {
Network string `json:"network"`
Address string `json:"address"`
}