Searched refs:errInvalidHttpClient (Results 1 – 13 of 13) sorted by relevance
/dports/www/beehive/beehive-0.4.0/vendor/github.com/briandowns/openweathermap/ |
H A D | openweathermap.go | 26 var errInvalidHttpClient = errors.New("invalid http client") var 209 return errInvalidHttpClient
|
H A D | pollution_test.go | 73 if err == errInvalidHttpClient { 76 t.Errorf("Expected %v, but got %v", errInvalidHttpClient, err)
|
H A D | uv_test.go | 78 if err == errInvalidHttpClient { 81 t.Errorf("Expected %v, but got %v", errInvalidHttpClient, err)
|
H A D | history_test.go | 101 if err == errInvalidHttpClient { 104 t.Errorf("Expected %v, but got %v", errInvalidHttpClient, err)
|
H A D | forecast_test.go | 113 if err == errInvalidHttpClient { 116 t.Errorf("Expected %v, but got %v", errInvalidHttpClient, err)
|
H A D | current_test.go | 119 if err == errInvalidHttpClient { 122 t.Errorf("Expected %v, but got %v", errInvalidHttpClient, err)
|
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/briandowns/openweathermap/openweathermap-5f41b7c9d92d/ |
H A D | openweathermap.go | 26 var errInvalidHttpClient = errors.New("invalid http client") var 209 return errInvalidHttpClient
|
H A D | pollution_test.go | 73 if err == errInvalidHttpClient { 76 t.Errorf("Expected %v, but got %v", errInvalidHttpClient, err)
|
H A D | uv_test.go | 78 if err == errInvalidHttpClient { 81 t.Errorf("Expected %v, but got %v", errInvalidHttpClient, err)
|
H A D | history_test.go | 101 if err == errInvalidHttpClient { 104 t.Errorf("Expected %v, but got %v", errInvalidHttpClient, err)
|
H A D | forecast_test.go | 113 if err == errInvalidHttpClient { 116 t.Errorf("Expected %v, but got %v", errInvalidHttpClient, err)
|
H A D | current_test.go | 119 if err == errInvalidHttpClient { 122 t.Errorf("Expected %v, but got %v", errInvalidHttpClient, err)
|
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/briandowns/openweathermap/ |
H A D | openweathermap.go | 26 var errInvalidHttpClient = errors.New("invalid http client") var 209 return errInvalidHttpClient
|