Maintenance: use native HTTP client for updater
This commit is contained in:
8
internal/updater/errors.go
Normal file
8
internal/updater/errors.go
Normal file
@@ -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