Feature: Hide My Ass VPN provider support (#401)
This commit is contained in:
@@ -3,6 +3,7 @@ package updater
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrHTTPStatusCodeNotOK = errors.New("HTTP status code not OK")
|
||||
ErrUnmarshalResponseBody = errors.New("cannot unmarshal response body")
|
||||
ErrHTTPStatusCodeNotOK = errors.New("HTTP status code not OK")
|
||||
ErrUnmarshalResponseBody = errors.New("cannot unmarshal response body")
|
||||
ErrUpdateServerInformation = errors.New("failed updating server information")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user