mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-09 20:29:23 +02:00
Maintenance: use native HTTP client for updater
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package updater
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrHTTPStatusCodeNotOK = errors.New("HTTP status code not OK")
|
||||
ErrUnmarshalResponseBody = errors.New("cannot unmarshal response body")
|
||||
)
|
||||
Reference in New Issue
Block a user