overflow_gateway_websocket/config/redis.go
crusader 4542ab52e6 ing
2017-11-14 01:50:22 +09:00

7 lines
96 B
Go

package config
type Redis struct {
Server
Pool *Pool `json:"pool" yaml:"pool" toml:"pool"`
}