mirror of
https://github.com/status-im/consul.git
synced 2025-02-12 21:56:46 +00:00
Co-authored-by: R.B. Boyer <4903+rboyer@users.noreply.github.com> Co-authored-by: R.B. Boyer <rb@hashicorp.com> Co-authored-by: Freddy <freddygv@users.noreply.github.com>
12 lines
168 B
Go
12 lines
168 B
Go
package sprawl
|
|
|
|
// Deprecated: remove
|
|
func TruncateSquidError(err error) error {
|
|
return err
|
|
}
|
|
|
|
// Deprecated: remove
|
|
func IsSquid503(err error) bool {
|
|
return false
|
|
}
|