Commit 437859ae9053b1209db2d79e95d994ed92fb5a70

Authored by Marko Tikvić
1 parent 68d4dbbd12
Exists in master and in 1 other branch v2

hmmm

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
... ... @@ -31,8 +31,8 @@ type Translation struct {
31 31 FieldsLabels map[string]string `json:"fieldsLabels"`
32 32 }
33 33  
34   -// Type is not required in payload. This is only a bridge between ORACLE CLOB and
35   -// Payload type.
  34 +// Field 'Type' is not required in payload.
  35 +// 'payloadBuff' type is only a bridge between ORACLE CLOB and 'Payload' type.
36 36 type payloadBuff struct {
37 37 Type string `json:"tableType"`
38 38 Method string `json:"method"`
... ...