Versions in this module Expand all Collapse all v0 v0.8.0 Nov 8, 2018 v0.7.0 Mar 19, 2018 Changes in this version + func DecodeExampleRequest(_ context.Context, r *http.Request) (interface{}, error) + func EncodeExampleResponse(_ context.Context, w http.ResponseWriter, response interface{}) error + func NewHTTPHandler(endpoints Endpoints) http.Handler + type Endpoints struct + ExampleEndpoint endpoint.Endpoint + type ExampleRequest struct + I int + S string + type ExampleResponse struct + Err error + S string + type ExampleService struct + func (f ExampleService) ExampleEndpoint(ctx context.Context, i int, s string) (string, error)