Versions in this module Expand all Collapse all v0 v0.1.0 May 15, 2024 Changes in this version + var ErrCertFileMissing = errors.New("no cert file found") + var ErrKeyFileMissing = errors.New("no key file found") + func GetCertFiles(certFile, keyFile string) (string, string, error) + type Server struct + func NewServer(c config.Config, l *zap.SugaredLogger) *Server + func (s *Server) AddHandler(r handler) + func (s *Server) StartEchoServer(ctx context.Context) error