Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FetchToTemp ¶
Types ¶
type FakeFetcher ¶
type FakeFetcher struct{}
func (*FakeFetcher) Fetch ¶
func (f *FakeFetcher) Fetch(url string) (io.ReadCloser, error)
type HTTPFetcher ¶
type HTTPFetcher struct {
// contains filtered or unexported fields
}
func (*HTTPFetcher) Fetch ¶
func (h *HTTPFetcher) Fetch(url string) (io.ReadCloser, error)
Click to show internal directories.
Click to hide internal directories.