events.go 106 B

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