github.com/neatlab/neatio@v1.7.3-0.20220425043230-d903e92fcc75/neatptc/downloader/events.go (about) 1 package downloader 2 3 type DoneEvent struct{} 4 type StartEvent struct{} 5 type FailedEvent struct{ Err error }