Documentation
¶
Overview ¶
Package plugins ...
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
Path string
}
Handler handler for loading plugins
func (Handler) LoadMockPlugin ¶
func (pl Handler) LoadMockPlugin(wg *sync.WaitGroup, scConfig *common.SCConfiguration, fn func(e interface{}) error) error
LoadMockPlugin loads mock test plugin
func (Handler) LoadPTPPlugin ¶
func (pl Handler) LoadPTPPlugin(wg *sync.WaitGroup, scConfig *common.SCConfiguration, fn func(e interface{}) error) error
LoadPTPPlugin loads ptp plugin
Click to show internal directories.
Click to hide internal directories.