|
@@ -32,7 +32,7 @@ type CallObj struct {
|
|
|
// Payload
|
|
|
Params []interface{} `json:"params"`
|
|
|
Response interface{} `json:"response"`
|
|
|
- Error string `json:"error"`
|
|
|
+ Error string `json:"error,omitempty"`
|
|
|
}
|
|
|
|
|
|
// DataObj common structure for dymanic json object
|