mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-25 12:28:10 +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 }
|