Versions in this module Expand all Collapse all v1 v1.0.2 Dec 8, 2022 v1.0.1 Dec 8, 2022 v1.0.0 Dec 5, 2022 Changes in this version + func NewCommandExecuter(logger Logger) *commandExecuter + type Command struct + CommandTemplate string + InputPath string + Name string + OutputPath string + type Logger interface + Fail func(message string) + Log func(message string) + Success func(message string)