| commit | 513df18bf6ae7ad0cc17807674ee561c518d0654 | [log] [tgz] |
|---|---|---|
| author | Tim Windelschmidt <tim@monogon.tech> | Thu Apr 18 23:44:50 2024 +0200 |
| committer | Tim Windelschmidt <tim@monogon.tech> | Wed Apr 24 22:29:11 2024 +0000 |
| tree | 2f9ce2af2964680376b62b183d65a93ae615c2e9 | |
| parent | a21783f4a1c8f67eea0ca354e31f73ccfd682688 [diff] [blame] |
treewide: errors variables should be prefixed with Err Change-Id: Ic277f98ebcd03356500ce7daba199738e701e81c Reviewed-on: https://review.monogon.dev/c/monogon/+/3025 Tested-by: Jenkins CI Reviewed-by: Serge Bazanski <serge@monogon.tech> Vouch-Run-CI: Tim Windelschmidt <tim@monogon.tech>
diff --git a/cloud/shepherd/provider/equinix/provider_config.go b/cloud/shepherd/provider/equinix/provider_config.go index be3bc27..b54488f 100644 --- a/cloud/shepherd/provider/equinix/provider_config.go +++ b/cloud/shepherd/provider/equinix/provider_config.go
@@ -12,7 +12,7 @@ ) var ( - NoSuchKey = errors.New("no such key") + ErrNoSuchKey = errors.New("no such key") ) // providerConfig contains configuration options used by both the Initializer and