Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
Handler glsp.Handler
LogBaseName string
Debug bool
Log commonlog.Logger
Context contextpkg.Context
ReadTimeout time.Duration
WriteTimeout time.Duration
}
func (*Server) RunWebSocket ¶
func (self *Server) RunWebSocket(address string) error
func (*Server) ServeWebSocket ¶ added in v0.2.1
func (self *Server) ServeWebSocket(socket *websocket.Conn)
Click to show internal directories.
Click to hide internal directories.