Documentation ¶
Overview ¶
Package local package
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JobDispatcher ¶
type JobDispatcher struct {
// contains filtered or unexported fields
}
JobDispatcher is used for debugging jobs and should not be used in production
func New ¶
func New(pluginData map[string]string, discoveryProtocolHost string, logger logger.Logger) (*JobDispatcher, error)
New creates a JobDispatcher
func (*JobDispatcher) DispatchJob ¶
DispatchJob will launch a local job executor that can be used to facilitate debugging
Click to show internal directories.
Click to hide internal directories.