hide postprocessing fields from record, bump version

pull/13/head
Simon Let 6 years ago
parent 9f6fe6d606
commit 91296f4dd2
  1. 8
      common/resh-common.go
  2. 2
      version

@ -71,12 +71,12 @@ type Record struct {
// added by sanitizatizer
Sanitized bool `json:"sanitized"`
CmdLength int `json:"cmdLength"`
CmdLength int `json:"cmdLength,omitempty"`
// enriching fields - added "later"
FirstWord string `json:"firstWord"`
Invalid bool `json:"invalid"`
SeqSessionID uint64 `json:"seqSessionID"`
FirstWord string `json:"firstWord,omitempty"`
Invalid bool `json:"invalid,omitempty"`
SeqSessionID uint64 `json:"seqSessionID,omitempty"`
}
// FallbackRecord when record is too old and can't be parsed into regular Record

@ -1 +1 @@
1.1.2
1.1.3

Loading…
Cancel
Save