parsed with gofmt

This commit is contained in:
Prune Sebastien THOMAS 2016-03-01 14:38:12 -05:00
parent fd21f93358
commit 9901da692a
1 changed files with 4 additions and 4 deletions

View File

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