Documentation
¶
Overview ¶
Package ulspdaemon implements the ulsp-daemon service's gRPC handlers.
Index ¶
Constants ¶
View Source
const MethodRequestFullShutdown = "ulsp/requestFullShutdown"
MethodRequestFullShutdown directs the server to shut down on the next JSON-RPC 'exit' method call.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler = pb.UlspDaemonServer
Handler represents the ulsp-daemon service's gRPC API.
func New ¶
func New(ctrl controller.Controller, jsonrpcmod jsonrpcfx.JSONRPCModule, stats tally.Scope) Handler
New constructs a new ulsp-daemon Handler.
Click to show internal directories.
Click to hide internal directories.