aboutsummaryrefslogtreecommitdiff
path: root/http_response.go
diff options
context:
space:
mode:
Diffstat (limited to 'http_response.go')
-rw-r--r--http_response.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/http_response.go b/http_response.go
index c983dce..c4f5988 100644
--- a/http_response.go
+++ b/http_response.go
@@ -5,7 +5,7 @@ package awwan
// HttpResponse contains the output of command execution.
type HttpResponse struct {
- *Request
+ *ExecRequest
Error string `json:"error"`
Output []byte `json:"output"`
}