package
0.36.4
Repository: https://github.com/hashicorp/terraform-ls.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewTopic creates a new topic.

# Constants

No description provided by the author

# Structs

DidChangeEvent is an event to signal that a file in directory has changed.
DidChangeWatchedEvent is the event that is emitted when a client notifies the language server that a directory or file was changed outside of the editor.
DidOpenEvent is an event to signal that a directory is open in the editor or important for the language server to process.
DiscoverEvent is an event that is triggered by the walker when a new directory is walked.
EventBus is a simple event bus that allows for subscribing to and publishing events of a specific type.
ManifestChangeEvent is an event that should be fired whenever the module manifest file changes.
PluginLockChangeEvent is an event that should be fired whenever the lock file changes.
Subscriber represents a subscriber to a topic.
Topic represents a generic subscription topic.