Searched defs:Downloaders (Results 1 – 3 of 3) sorted by relevance
57 type Downloaders struct { struct59 ctx context.Context60 cancel context.CancelFunc61 item Item62 opt *vfscommon.Options63 src fs.Object // source object64 remote string65 wg sync.WaitGroup68 mu sync.Mutex69 dls []*downloader[all …]
35 type Downloaders struct { struct37 Protocols []string `json:"protocols"`40 Command string `json:"command"`96 Downloaders []Downloaders `json:"downloaders"` member
38 type Downloaders struct { struct40 Protocols []string `json:"protocols"`43 Command string `json:"command"`99 Downloaders []Downloaders `json:"downloaders"` member