NewTestHandler creates a conformanceTestHandler that can be used for testing purposes. It does not authenticate, that can be done using the NewTestAuthenticationHandler
()
| 3 | // NewTestHandler creates a conformanceTestHandler that can be used for testing purposes. It does not authenticate, that can be done |
| 4 | // using the NewTestAuthenticationHandler |
| 5 | func NewTestHandler() Handler { |
| 6 | return &testHandlerImpl{} |
| 7 | } |
no outgoing calls