Versions in this module Expand all Collapse all v0 v0.2.0 Aug 19, 2024 Changes in this version type Server + func (s *Server) Run(errc chan<- error, sock net.Listener) v0.1.0 Aug 19, 2024 Changes in this version + type Server struct + func New(conf config.ServerConfig) (srv *Server, err error) + func (s *Server) Serve(errc chan<- error) (err error) + func (s *Server) Shutdown() (err error)