ref: df1f2fb3daa1acd25c88510f259d5535fb482126
dir: /network/receivepack/service/result.go/
package service
// Result is one receive-pack execution result.
type Result struct {
UnpackError string
Commands []CommandResult
Planned []PlannedUpdate
Applied bool
}