View Source GenLSP.Structures.Unregistration (gen_lsp v0.8.1)

General parameters to unregister a request or notification.

Link to this section Summary

Functions

Fields

  • id: The id used to unregister the request or notification. Usually an id provided during the register request.
  • method: The method to unregister for.

Link to this section Types

@type t() :: %GenLSP.Structures.Unregistration{id: String.t(), method: String.t()}

Link to this section Functions

Link to this function

%GenLSP.Structures.Unregistration{}

View Source (struct)

fields

Fields

  • id: The id used to unregister the request or notification. Usually an id provided during the register request.
  • method: The method to unregister for.