aboutsummaryrefslogtreecommitdiffstats
path: root/eth/downloader/events.go
blob: 333feb976c8d5ec6eb3645edb16ecf31f4f0ea01 (plain) (blame)
1
2
3
4
5
package downloader

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