mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-16 04:24:56 +02:00
api/message/types.go: Update TableDeltaRow
This commit is contained in:
parent
dc6dd6ae70
commit
b3961f4eec
1 changed files with 3 additions and 3 deletions
|
|
@ -82,9 +82,9 @@ func (act ActionTrace) GetData() (map[string]any, error) {
|
|||
}
|
||||
|
||||
type TableDeltaRow struct {
|
||||
Present bool `json:"present" msgpack:"present"`
|
||||
Data []byte `json:"data" msgpack:"data"`
|
||||
RawData []byte `json:"raw_data" msgpack:"raw_data"`
|
||||
Present bool `json:"present" msgpack:"present"`
|
||||
Data map[string]any `json:"data" msgpack:"data"`
|
||||
RawData []byte `json:"raw_data" msgpack:"raw_data"`
|
||||
}
|
||||
|
||||
type TableDelta struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue