Versions in this module Expand all Collapse all v0 v0.1.2 Jun 28, 2022 Changes in this version + type Logger struct + func (self *Logger) Printf(format string, v ...any) + type Server struct + Context contextpkg.Context + Debug bool + Handler glsp.Handler + Log logging.Logger + LogBaseName string + ReadTimeout time.Duration + WriteTimeout time.Duration + func NewServer(handler glsp.Handler, logBaseName string, debug bool) *Server + func (self *Server) RunNodeJs() error + func (self *Server) RunStdio() error + func (self *Server) RunTCP(address string) error + func (self *Server) RunWebSocket(address string) error