Versions in this module Expand all Collapse all v0 v0.1.0 Oct 18, 2019 Changes in this version + func NewRouter(cfg Config) http.Handler + type Config struct + Solver HandlerFactory + type HandlerFactory interface + Handler func(func(*http.Request) map[string]string) http.Handler + type MockHandlerFactory struct + DelegateHandler http.Handler + Params []map[string]string + func (mh *MockHandlerFactory) Handler(extractParams func(*http.Request) map[string]string) http.Handler