mirror of
https://github.com/eosswedenorg/thalos
synced 2026-07-03 11:53:41 +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 {
|
type TableDeltaRow struct {
|
||||||
Present bool `json:"present" msgpack:"present"`
|
Present bool `json:"present" msgpack:"present"`
|
||||||
Data []byte `json:"data" msgpack:"data"`
|
Data map[string]any `json:"data" msgpack:"data"`
|
||||||
RawData []byte `json:"raw_data" msgpack:"raw_data"`
|
RawData []byte `json:"raw_data" msgpack:"raw_data"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type TableDelta struct {
|
type TableDelta struct {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue