Versions in this module Expand all Collapse all v0 v0.1.0 Aug 1, 2023 Changes in this version + const BatchTooLargeErr + type Options struct + Host string + Network string + Port int + type Server struct + Address string + func New(opts Options) (*Server, error) + func StartDefault() (*Server, error) + func StartOptions(opts Options) (*Server, error) + func (s *Server) Start() error + func (s *Server) Stop() error