Skip to content

Commit

Permalink
Makes client.ClientWriteResponse json marshallable go-sdk PR reference (
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanharris authored Nov 28, 2024
2 parents b35f057 + 1c43a35 commit dc8885c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions config/clients/go/template/client/client.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -1376,9 +1376,6 @@ func (o ClientWriteRequestWriteResponse) MarshalJSON() ([]byte, error) {
toSerialize := map[string]interface{}{}
toSerialize["tuple_key"] = o.TupleKey
toSerialize["status"] = o.Status
if o.HttpResponse != nil {
toSerialize["http_response"] = o.HttpResponse
}
if o.Error != nil {
toSerialize["error"] = o.Error
}
Expand All @@ -1396,9 +1393,6 @@ func (o ClientWriteRequestDeleteResponse) MarshalJSON() ([]byte, error) {
toSerialize := map[string]interface{}{}
toSerialize["tuple_key"] = o.TupleKey
toSerialize["status"] = o.Status
if o.HttpResponse != nil {
toSerialize["http_response"] = o.HttpResponse
}
if o.Error != nil {
toSerialize["error"] = o.Error
}
Expand Down

0 comments on commit dc8885c

Please sign in to comment.