Versions in this module Expand all Collapse all v0 v0.6.0 Sep 15, 2026 Changes in this version + func Actions(registry Registry, cfg Config) []action.AnyAction + type ActionItem struct + Description string + Name string + Scope string + Tags []string + type Config struct + AllowExecute bool + BasePath string + Title string + type Registry interface + Actions func() []action.AnyAction + type RegistryFunc func() []action.AnyAction + func (f RegistryFunc) Actions() []action.AnyAction