From 437859ae9053b1209db2d79e95d994ed92fb5a70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Tikvi=C4=87?= Date: Fri, 21 Oct 2016 09:02:04 +0200 Subject: [PATCH] hmmm --- json_utility.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/json_utility.go b/json_utility.go index b5b0a7d..b5a3aa9 100644 --- a/json_utility.go +++ b/json_utility.go @@ -31,8 +31,8 @@ type Translation struct { FieldsLabels map[string]string `json:"fieldsLabels"` } -// Type is not required in payload. This is only a bridge between ORACLE CLOB and -// Payload type. +// Field 'Type' is not required in payload. +// 'payloadBuff' type is only a bridge between ORACLE CLOB and 'Payload' type. type payloadBuff struct { Type string `json:"tableType"` Method string `json:"method"` -- 1.8.1.2