pstuifzand/ekster

View on GitHub
pkg/fetch/fetcher.go

Summary

Maintainability
A
0 mins
Test Coverage
package fetch

import "net/http"

// FetcherFunc is a function that fetches an url
type FetcherFunc func(url string) (*http.Response, error)