(ctx context.Context, req *http.Request)
| 29 | } |
| 30 | |
| 31 | func (a *cliAuthStrategy) Authenticate(ctx context.Context, req *http.Request) error { |
| 32 | return a.mgr.AuthenticateRequest(ctx, req) |
| 33 | } |
| 34 | |
| 35 | // statsHooks implements hey.Hooks for --stats tracking. |
| 36 | type statsHooks struct { |
nothing calls this directly
no test coverage detected