Versions in this module Expand all Collapse all v0 v0.2.10 Oct 24, 2023 v0.2.9 Mar 14, 2023 Changes in this version type Action + Tries int + func (a Action) GetTries() int + type ActionFailed struct + Actual int + Expected int + func (a ActionFailed) Error() string type Result + Tries int + func (r Result) GetTries() int v0.2.8 Feb 14, 2023 Changes in this version type Action + func (a Action) GetArguments() []string + func (a Action) GetCommand() string + func (a Action) GetCron() string + func (a Action) GetExecutable() string + func (a Action) GetName() string type Result + func (r Result) GetAction() domain.Action + func (r Result) GetCode() int + func (r Result) GetErr() error + func (r Result) GetStdout() string v0.2.7 Feb 12, 2023 v0.2.6 Feb 12, 2023 Changes in this version type Result + Err error v0.2.4 Jan 30, 2023 Changes in this version type Result + Success bool v0.2.3 Jan 30, 2023 v0.2.2 Jan 30, 2023 v0.2.1 Jan 30, 2023 v0.2.0 Jan 30, 2023 Changes in this version + type Result struct + Action *Action + Code int + Stdout string v0.1.11 Jan 13, 2023 v0.1.10 Jan 7, 2023 v0.1.9 Jan 7, 2023 v0.1.8 Jan 7, 2023 Changes in this version + type Action struct + Code int + Command string + Cron string + Name string + On On + func (a *Action) Execute() error + func (a *Action) LogError(value string) + func (a *Action) LogInfo(value string) + func (a *Action) Validate() error + type On struct + Failure string + Start string + Success string + func (o *On) Validate() error