commons-go/config/external/redis/redis-config.go
2018-04-09 22:09:38 +09:00

6 lines
78 B
Go

package redis
type RedisConfig struct {
Address string `json:"address"`
}