Versions in this module Expand all Collapse all v0 v0.9.0 Apr 4, 2019 Changes in this version + const ChiDefaultDebugPattern + func DefaultFactory(proxyFactory proxy.Factory, logger logging.Logger) router.Factory + func NewEndpointHandler(cfg *config.EndpointConfig, prxy proxy.Proxy) http.HandlerFunc + func NewFactory(cfg Config) router.Factory + type Config struct + DebugPattern string + Engine chi.Router + HandlerFactory HandlerFactory + Logger logging.Logger + Middlewares chi.Middlewares + ProxyFactory proxy.Factory + RunServer RunServerFunc + type HandlerFactory func(*config.EndpointConfig, proxy.Proxy) http.HandlerFunc + type RunServerFunc func(context.Context, config.ServiceConfig, http.Handler) error