Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExecutorsFromFolder ¶
ExecutorsFromFolder loads a collection of TaskPlugin from compiled .so plugins found in a folder, then registers each TaskPlugin as a step runner to be used by the task execution engine
func InitializersFromFolder ¶
InitializersFromFolder loads initialization plugins compiled as .so files from a folder, runs them on a received pointer to a Service
func RegisterInit ¶ added in v1.20.0
func RegisterInit(pluginName string, plugin InitializerPlugin, service *Service) error
Types ¶
type InitializerPlugin ¶
InitializerPlugin represents the interface of an initialization plugin meant to customize the µtask service
Click to show internal directories.
Click to hide internal directories.