(op *Operation, handler func(ctx Context))
| 57 | // like a status code, response headers, and a response body. |
| 58 | type Adapter interface { |
| 59 | Handle(op *Operation, handler func(ctx Context)) |
| 60 | ServeHTTP(http.ResponseWriter, *http.Request) |
| 61 | } |
| 62 |
no outgoing calls