Versions in this module Expand all Collapse all v1 v1.1.0 Dec 13, 2023 v1.0.0 Apr 27, 2019 Changes in this version + type MacroCommand struct + SubCommands []func() interfaces.ICommand + func (self *MacroCommand) AddSubCommand(commandFunc func() interfaces.ICommand) + func (self *MacroCommand) Execute(notification interfaces.INotification) + func (self *MacroCommand) InitializeMacroCommand() + type SimpleCommand struct + func (self *SimpleCommand) Execute(notification interfaces.INotification)