()
| 47 | // Release allows compliant implementations to reclaim buffers back into a pool for memory efficiency |
| 48 | Release([]byte) |
| 49 | Stop() |
| 50 | } |
| 51 | |
| 52 | func measureRequest(ctx context.Context, method string, col instr.Collector, toStatusCode func(error) string, f func(context.Context) error) error { |
no outgoing calls