package
0.0.0-20240731152050-6dcdff4c9dd7
Repository: https://github.com/omniviewdev/plugin-sdk.git
Documentation: pkg.go.dev

# Functions

NewManager initializes a new Manager instance.
No description provided by the author

# Constants

No description provided by the author

# Variables

ErrHandlerNotFound is returned when a handler is not found.
ErrHandlerTimeout is returned when a handler times out.

# Structs

Manager manages the lifecycle of the terminal sessions.
No description provided by the author
No description provided by the author
PluginOpts contains the options for the command plugin.
No description provided by the author

# Interfaces

Provider is the interface satisfied by the plugin server and client to provide the general functionality.
No description provided by the author

# Type aliases

Handler is a function that processes a command called from the frontend.