Versions in this module Expand all Collapse all v0 v0.11.2 Aug 31, 2020 Changes in this version + func Handler() http.Handler + type Server struct + func NewServer(addr string) *Server + func (s *Server) AddHandler(path string, hf http.HandlerFunc) + func (s *Server) AddLivenessCheck(name string, f func() error) + func (s *Server) AddReadinessCheck(name string, f func() error) + func (s *Server) AddVersionHandler(version string) + func (s *Server) BindAddr() string + func (s *Server) Listen() error + func (s *Server) Shutdown()