mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-27 21:21:20 +00:00
5 lines
55 B
Go
5 lines
55 B
Go
package v2
|
|
|
|
type Event interface{}
|
|
type Events []Event
|