# Functions

NewLoader returns a simple Loader implementation.
NewMockLoader creates a new mock instance.
NewMockPlugin creates a new mock instance.

# Constants

GetPluginSymbol is the symbol expected to return a Plugin implementation.

# Structs

MockLoader is a mock of Loader interface.
MockLoaderMockRecorder is the mock recorder for MockLoader.
MockPlugin is a mock of Plugin interface.
MockPluginMockRecorder is the mock recorder for MockPlugin.
PluginContext contains information to be passed to any plugin.

# Interfaces

Loader is a simple plugin loader.
Plugin represents the OS Plugin interface.