Versions in this module Expand all Collapse all v0 v0.1.0 Feb 18, 2019 Changes in this version + func AddBind(router *httprouter.Router, bind *scheduler.Bind) + func AddInspect(router *httprouter.Router, inspect *scheduler.Inspect) + func AddPProf(r *httprouter.Router) + func AddPredicate(router *httprouter.Router, predicate *scheduler.Predicate) + func AddVersion(router *httprouter.Router) + func BindRoute(bind *scheduler.Bind) httprouter.Handle + func DebugLogging(h httprouter.Handle, path string) httprouter.Handle + func InspectRoute(inspect *scheduler.Inspect) httprouter.Handle + func PredicateRoute(predicate *scheduler.Predicate) httprouter.Handle + func VersionRoute(w http.ResponseWriter, r *http.Request, _ httprouter.Params)