mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-15 09:15:23 +00:00
6 lines
106 B
Go
6 lines
106 B
Go
package downloader
|
|
|
|
type DoneEvent struct{}
|
|
type StartEvent struct{}
|
|
type FailedEvent struct{ Err error }
|