github.com/arieschain/arieschain@v0.0.0-20191023063405-37c074544356/qct/downloader/events.go (about) 1 package downloader 2 3 type DoneEvent struct{} 4 type StartEvent struct{} 5 type FailedEvent struct{ Err error }