|
|
@ -35,9 +35,11 @@ type RedisOption struct { |
|
|
|
Database int64 |
|
|
|
} |
|
|
|
|
|
|
|
type NsQOption struct { |
|
|
|
type MQOption struct { |
|
|
|
Addresses string /* Multiple Address separated by ','*/ |
|
|
|
ConnType string /* HTTP or TCP */ |
|
|
|
Addresses string /* Connection Address with */ |
|
|
|
Prefix string /* Topic Prefix, eg: node1, topics names will be added node1.xxx */ |
|
|
|
Channel string /* Channel Name */ |
|
|
|
} |
|
|
|
|
|
|
|
func CheckConfiguration(option interface{}, output io.Writer) { |
|
|
|