mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-13 06:39:03 +00:00
5 lines
106 B
Go
5 lines
106 B
Go
package downloader
|
|
|
|
type DoneEvent struct{}
|
|
type StartEvent struct{}
|
|
type FailedEvent struct{ Err error }
|