parsed with gofmt

closes #776
This commit is contained in:
Prune Sebastien THOMAS
2016-03-01 14:38:12 -05:00
committed by Cameron Sparr
parent 0060df9877
commit bd3d0c330f
2 changed files with 5 additions and 4 deletions

View File

@@ -14,11 +14,11 @@ import (
)
type Kafka struct {
ConsumerGroup string
Topics []string
ZookeeperPeers []string
ConsumerGroup string
Topics []string
ZookeeperPeers []string
ZookeeperChroot string
Consumer *consumergroup.ConsumerGroup
Consumer *consumergroup.ConsumerGroup
// Legacy metric buffer support
MetricBuffer int