commons-go/external/config/redis.go

7 lines
124 B
Go
Raw Normal View History

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