Skip to content

Commit

Permalink
update(kernel): callback with event type and ticket
Browse files Browse the repository at this point in the history
  • Loading branch information
Matrix-X committed Dec 16, 2024
1 parent fde3eef commit 7edebce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/kernel/contract/eventInterface.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ type EventInterface interface {
GetCreateTime() int
GetMsgType() string
GetEvent() string
GetEventKey() string
GetTicket() string
GetChangeType() string
ReadMessage(msg interface{}) error
GetContent() []byte
Expand Down

0 comments on commit 7edebce

Please sign in to comment.