Documentation ¶ Index ¶ Variables func MakeHttpHandler(ctx context.Context, endpoint endpoints.Endpoints, logger log.Logger) http.Handler Constants ¶ This section is empty. Variables ¶ View Source var ( // ErrBadRouting is returned when an expected path variable is missing. ErrBadRouting = errors.New("inconsistent mapping between route and handler (programmer error)") ) Functions ¶ func MakeHttpHandler ¶ func MakeHttpHandler(ctx context.Context, endpoint endpoints.Endpoints, logger log.Logger) http.Handler Make Http Handler Types ¶ This section is empty. Source Files ¶ View all Source files transport.go Click to show internal directories. Click to hide internal directories.