Documentation
¶
Index ¶
- type Handler
- func (r *Handler) Do(ctx context.Context) error
- func (h *Handler) Initialize(context *glsp.Context, params *protocol.InitializeParams) (any, error)
- func (*Handler) Initialized(context *glsp.Context, params *protocol.InitializedParams) error
- func (*Handler) Shutdown(context *glsp.Context) error
- func (h *Handler) TextDocument_Completion(context *glsp.Context, params *protocol.CompletionParams) (any, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func (*Handler) Initialize ¶
func (*Handler) Initialized ¶
func (*Handler) TextDocument_Completion ¶
Click to show internal directories.
Click to hide internal directories.