🧪 Test json.Marshaler implementation for Entry
This commit is contained in:
parent
c45acd57c4
commit
7e1c51d698
2 changed files with 46 additions and 0 deletions
|
|
@ -155,3 +155,7 @@ func (e *Entry) getFieldUnarshalChan(in []byte) chan Meta {
|
|||
}()
|
||||
return ch
|
||||
}
|
||||
|
||||
func (e Entry) MarshalJSON() ([]byte, error) {
|
||||
return []byte(`{}`), nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue