parsed with gofmt

closes #776
This commit is contained in:
Prune Sebastien THOMAS
2016-03-01 14:38:12 -05:00
committed by Michele Fadda
parent a18a3e5681
commit 52f4980bc2
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