Versions in this module Expand all Collapse all v1 v1.32.0 Apr 4, 2025 Changes in this version + func ExecutorsFromFolder(path string) error + func InitializersFromFolder(path string, service *Service) error + func RegisterInit(pluginName string, plugin InitializerPlugin, service *Service) error + type InitializerPlugin interface + Description func() string + Init func(service *Service) error + type Service struct + Server *api.Server + Store *configstore.Store + type TaskPlugin interface + PluginName func() string + PluginVersion func() string