Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetConfigPaths ¶
GetConfigPaths - Override GetConfigPaths calls.
func GetPluginMessages ¶
GetPluginMessages - Override plugin messages
func IsPluginHardwired ¶
func IsPluginHardwired() bool
IsPluginHardwired - Override to hardwire plugins into the kernel for debugging.
func NewOptionsBuilder ¶
func NewOptionsBuilder(opts ...Option)
Types ¶
type OptionsBuilder ¶
type OptionsBuilder struct { IsPluginHardwired func() bool GetPluginMessages func(string) []string GetConfigPaths func(string) []string Init func(string, *map[string]interface{}) }
var BuildOptions *OptionsBuilder
Click to show internal directories.
Click to hide internal directories.