Versions in this module Expand all Collapse all v1 v1.0.1 Feb 21, 2024 v1.0.0 Feb 21, 2024 Changes in this version + var ConfigSection = config.MustRegisterSubSection(echoTaskType, &defaultConfig) + type Config struct + SleepDuration kozmostdconfig.Duration + func (cfg Config) GetPFlagSet(prefix string) *pflag.FlagSet + type EchoPlugin struct + func (e *EchoPlugin) Abort(ctx context.Context, tCtx core.TaskExecutionContext) error + func (e *EchoPlugin) Finalize(ctx context.Context, tCtx core.TaskExecutionContext) error + func (e *EchoPlugin) GetID() string + func (e *EchoPlugin) GetProperties() core.PluginProperties + func (e *EchoPlugin) Handle(ctx context.Context, tCtx core.TaskExecutionContext) (core.Transition, error)