1 2 3 4 5 6 7
package service // CommandResult is one per-command execution result. type CommandResult struct { Name string Error string }