Versions in this module Expand all Collapse all v0 v0.1.2 Oct 22, 2023 v0.1.1 Oct 22, 2023 v0.1.0 Oct 22, 2023 Changes in this version + type Server struct + Logger *log.Logger + func NewServer(cfg *config.Config, serviceName string) (*Server, error) + func (s *Server) Close() error + func (s *Server) Raise(message string, err error, req *http.Request)