dnsCryptHandler is the [dnscrypt.Handler] implementation that handles requests in the Proxy.
| 108 | // dnsCryptHandler is the [dnscrypt.Handler] implementation that handles |
| 109 | // requests in the Proxy. |
| 110 | type dnsCryptHandler struct { |
| 111 | proxy *Proxy |
| 112 | reqSema syncutil.Semaphore |
| 113 | } |
| 114 | |
| 115 | // type check |
| 116 | var _ dnscrypt.Handler = &dnsCryptHandler{} |
nothing calls this directly
no outgoing calls
no test coverage detected