Achi Chen

Results 1 issues of Achi Chen

Orion defines func prototypes `Encoder` and `Decoder` for handling http request/response as https://github.com/carousell/Orion/blob/master/orion/handlers/types.go#L40-L44: ```golang //Encoder is the function type needed for request encoders type Encoder func(req *http.Request, reqObject interface{}) error...