mirror of
https://github.com/sot-tech/mochi.git
synced 2026-07-25 09:08:09 -07:00
Update references to FlatMap
[ci skip]
This commit is contained in:
+2
-2
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user