# Functions

NewWithConfig creates new plugin object from configuration.
NewWithSplunk creates new plugin object from splunk.
NewWithStore creates new plugin object from configuration and store object.

# Structs

command stores command specific information.
HandlerMap map of command handler functions.
No description provided by the author

# Interfaces

Handler returns API for interacting with plugin commands.

# Type aliases

HandlerFunc command handler function type.