server

package
v0.0.0-...-8b29be5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 15, 2021 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Logger

type Logger struct {
	// contains filtered or unexported fields
}

func (*Logger) Printf

func (self *Logger) Printf(format string, v ...interface{})

jsonrpc2.Logger interface

type Server

type Server struct {
	Handler     glsp.Handler
	LogBaseName string
	Debug       bool

	Log          logging.Logger
	Context      contextpkg.Context
	ReadTimeout  time.Duration
	WriteTimeout time.Duration
}

func NewServer

func NewServer(handler glsp.Handler, logBaseName string, debug bool) *Server

func (*Server) RunNodeJs

func (self *Server) RunNodeJs() error

func (*Server) RunStdio

func (self *Server) RunStdio() error

func (*Server) RunTCP

func (self *Server) RunTCP(address string) error

func (*Server) RunWebSocket

func (self *Server) RunWebSocket(address string) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL