Versions in this module Expand all Collapse all v1 v1.1.0 Sep 19, 2024 v1.0.0 Sep 13, 2024 Changes in this version + type Server struct + func NewServer() *Server + func (s *Server) Address() string + func (s *Server) Listen(address string) error + func (s *Server) Setup() + func (s *Server) Stop(ctx context.Context)