mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-22 10:51:20 +00:00
24 lines
268 B
Go
24 lines
268 B
Go
package v2
|
|
|
|
import "time"
|
|
|
|
type testEvent struct {
|
|
msg string
|
|
time time.Time
|
|
}
|
|
|
|
type testEventTwo struct {
|
|
msg string
|
|
}
|
|
|
|
type stopEvent struct{}
|
|
type timeCheck struct {
|
|
time time.Time
|
|
}
|
|
|
|
type errEvent struct{}
|
|
|
|
type scTestEvent struct{}
|
|
|
|
type pcFinished struct{}
|