DefaultHandler implements [Handler] by calling [Proxy.Resolve]. It is used as a default handler if no other handler is specified.
| 19 | // DefaultHandler implements [Handler] by calling [Proxy.Resolve]. It is used |
| 20 | // as a default handler if no other handler is specified. |
| 21 | type DefaultHandler struct{} |
| 22 | |
| 23 | // type check |
| 24 | var _ Handler = DefaultHandler{} |
nothing calls this directly
no outgoing calls
no test coverage detected