cliAuthStrategy bridges the CLI's auth.Manager to the SDK's AuthStrategy interface. This preserves session cookie support (which the SDK's BearerAuth doesn't have).
| 25 | var ( |
| 26 | rootSDK *hey.Client |
| 27 | sdk *hey.Client |
| 28 | |
| 29 | // The configuration rootSDK was built from, kept so newSDKClient can |
| 30 | // build siblings that share auth, user agent, hooks, and logging. |
| 31 | sdkClientCfg *hey.Config |
| 32 | sdkClientOpts []hey.ClientOption |
nothing calls this directly
no outgoing calls
no test coverage detected