Update references to FlatMap

[ci skip]
This commit is contained in:
Justin Li 2014-07-25 00:47:29 -04:00
parent b4757e5aa8
commit 38209e2301

View file

@ -94,7 +94,7 @@ type Stats struct {
responseTimeEvents chan time.Duration
recordMemStats <-chan time.Time
flattened flatjson.FlatMap
flattened flatjson.Map
}
func New(cfg config.StatsConfig) *Stats {
@ -123,7 +123,7 @@ func New(cfg config.StatsConfig) *Stats {
return s
}
func (s *Stats) Flattened() flatjson.FlatMap {
func (s *Stats) Flattened() flatjson.Map {
return s.flattened
}