Versions in this module Expand all Collapse all v0 v0.0.1 Nov 13, 2015 Changes in this version + func NewHealthRouter() *httprouter.Router + func NewRouterV1(to time.Duration) *httprouter.Router + func RunHealth(port int, st *utils.Stopper) + func RunMain(conf *Config, st *utils.Stopper) + type Config struct + CAFile string + CertFile string + KeyFile string + Port int + TimeOut time.Duration + type VersionRouter map[string]*httprouter.Router + func NewVersionRouter(to time.Duration) *VersionRouter + func (vs VersionRouter) ServeHTTP(w http.ResponseWriter, r *http.Request)