(context.Context, map[string]interface{})
| 10 | |
| 11 | type MetricLogger interface { |
| 12 | Log(context.Context, map[string]interface{}) |
| 13 | LogCount(context.Context, string, int) |
| 14 | LogGauge(context.Context, string, int) |
| 15 | LogTime(context.Context, string, time.Duration) |
no outgoing calls