Documentation ¶ Index ¶ Variables func MakeHTTPHandler(siteEndpoints 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") ) Functions ¶ func MakeHTTPHandler ¶ func MakeHTTPHandler(siteEndpoints endpoints.Endpoints, logger log.Logger) http.Handler MakeHTTPHandler wires endpoints to the HTTP transport. Types ¶ This section is empty. Source Files ¶ View all Source files transport.go Click to show internal directories. Click to hide internal directories.