(coderAccessURL string)
| 171 | } |
| 172 | |
| 173 | func withCoderAccessURL(coderAccessURL string) testProxyOption { |
| 174 | return func(cfg *testProxyConfig) { |
| 175 | cfg.coderAccessURL = coderAccessURL |
| 176 | } |
| 177 | } |
| 178 | |
| 179 | func withCertStore(store *aibridgeproxyd.CertCache) testProxyOption { |
| 180 | return func(cfg *testProxyConfig) { |
no outgoing calls
no test coverage detected