Documentation ¶
Index ¶
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 NewService ¶
func NewService(svcEndpoints svctransport.Endpoints, options []kithttp.ServerOption, logger log.Logger) http.Handler
NewService wires Go kit endpoints to the HTTP transport
Types ¶
Click to show internal directories.
Click to hide internal directories.