Versions in this module Expand all Collapse all v0 v0.1.0 Feb 26, 2019 Changes in this version + func CustomLogMiddleware(logger logevent.Logger) func(http.Handler) http.Handler + func CustomStatMiddleware(stats xstats.XStater, tags ...string) func(http.Handler) http.Handler + func DefaultLogMiddleware() func(http.Handler) http.Handler + func DefaultStatMiddleware(tags ...string) func(http.Handler) http.Handler + func NopLogMiddleware() func(http.Handler) http.Handler + func NopStatMiddleware(tags ...string) func(http.Handler) http.Handler + func OS() chan error