mirror of
https://gitlab.com/pulsechaincom/go-pulse.git
synced 2024-12-26 05:17:19 +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 }
|