1 2 3 4 5
package downloader type DoneEvent struct{} type StartEvent struct{} type FailedEvent struct{ Err error }