Versions in this module Expand all Collapse all v0 v0.1.0 Jul 2, 2020 Changes in this version + type Config struct + Logger *zap.SugaredLogger + PrometheusRegistry *prometheus.Registry + type LoadConfig func() (cfg Config, err error) + type Server struct + func NewServer(c Config) (*Server, error) + func (s *Server) ServeHTTP(w http.ResponseWriter, r *http.Request)