Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CompilePlugins = CompileAllPlugins
CompilePlugins is a function variable that points to CompileAllPlugins by default. It can be overridden in tests to mock plugin compilation.
Functions ¶
func CheckDirForGoFiles ¶ added in v0.2.1
CheckDirForGoFiles checks if a directory contains any .go files.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func (*Manager) GetPlugins ¶
func (m *Manager) GetPlugins() []pluginapi.SimulationPlugin
func (*Manager) LoadPlugin ¶
Click to show internal directories.
Click to hide internal directories.