quorum/eth/downloader/events.go

6 lines
106 B
Go
Raw Normal View History

package downloader
type DoneEvent struct{}
type StartEvent struct{}
type FailedEvent struct{ Err error }