Versions in this module Expand all Collapse all v0 v0.0.3 Oct 18, 2023 Changes in this version + type Action interface + AutoAssert func(runtime connector.Runtime) + Execute func(runtime connector.Runtime) (err error) + Init func(cache *cache.Cache, rootCache *cache.Cache) + type BaseAction struct + ModuleCache *cache.Cache + PipelineCache *cache.Cache + func (b *BaseAction) AutoAssert(runtime connector.Runtime) + func (b *BaseAction) Execute(runtime connector.Runtime) error + func (b *BaseAction) Init(moduleCache *cache.Cache, pipelineCache *cache.Cache) + type Template struct + Data util.Data + Dst string + Template *template.Template + func (t *Template) Execute(runtime connector.Runtime) error