Versions in this module Expand all Collapse all v0 v0.7.1 Aug 17, 2020 GO-2022-1117 +1 more GO-2022-1117: Insufficient verification of proofs in github.com/codenotary/immudb GO-2022-1118: Improper validation of UUIDs in github.com/codenotary/immudb v0.7.0 Aug 10, 2020 GO-2022-1117 +1 more GO-2022-1117: Insufficient verification of proofs in github.com/codenotary/immudb GO-2022-1118: Improper validation of UUIDs in github.com/codenotary/immudb Changes in this version + type JSON interface + Marshal func(interface{}) ([]byte, error) + Unmarshal func([]byte, interface{}) error + type StandardJSON struct + MarshalF func(interface{}) ([]byte, error) + UnmarshalF func([]byte, interface{}) error + func DefaultJSON() *StandardJSON + func (sj *StandardJSON) Marshal(v interface{}) ([]byte, error) + func (sj *StandardJSON) Unmarshal(data []byte, v interface{}) error