Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ShutdownCh chan (struct{})
Functions ¶
Types ¶
type Plugins ¶
type Plugins struct { Processors map[string]dkplugin.Processor Executors map[string]dkplugin.Executor LogLevel string NodeName string }
func (*Plugins) DiscoverPlugins ¶
Discover plugins located on disk
We look in the following places for plugins:
1. Dkron configuration path 2. Path where Dkron is installed
Whichever file is discoverd LAST wins.
Click to show internal directories.
Click to hide internal directories.