Versions in this module Expand all Collapse all v0 v0.20.0 Jun 24, 2015 Changes in this version + func DoHTTPProbe(url string, client HTTPGetInterface) (probe.Result, string, error) + type HTTPGetInterface interface + Get func(u string) (*http.Response, error) + type HTTPProber interface + Probe func(host string, port int, path string, timeout time.Duration) (probe.Result, string, error) + func New() HTTPProber