github.com/neatio-net/neatio@v1.7.3-0.20231114194659-f4d7a2226baa/neatptc/downloader/events.go (about)

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