package service // CommandResult is one per-command execution result. type CommandResult struct { Name string Error string }