mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-25 23:02:16 +00:00
5 lines
55 B
Go
5 lines
55 B
Go
package v2
|
|
|
|
type Event interface{}
|
|
type Events []Event
|