Versions in this module Expand all Collapse all v0 v0.2.1 Apr 6, 2017 Changes in this version + type Doer interface + Do func(*http.Request) (*http.Response, error) v0.2.0 Feb 25, 2017 Changes in this version + func Deduplicate(in <-chan []byte, window time.Duration, ...) <-chan []byte + type ReadCloserFactory func(context.Context, string) (io.ReadCloser, error) + func HTTPReadCloserFactory(client *http.Client, addr2url func(string) string) ReadCloserFactory v0.1.3 Feb 17, 2017 Changes in this version + func Execute(ctx context.Context, pf PeerFactory, rf ReaderFactory, sink chan<- []byte, ...) + type PeerFactory func() []string + type ReaderFactory func(context.Context, string) (io.Reader, error) + func HTTPReaderFactory(client *http.Client, addr2url func(string) string) ReaderFactory