فهرست منبع

Remove unused constant, errInvalidSecret

rodmartinez 4 سال پیش
والد
کامیت
b962666b1c
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      pkg/provider/oracle/oracle.go

+ 0 - 1
pkg/provider/oracle/oracle.go

@@ -48,7 +48,6 @@ const (
 	errJSONSecretUnmarshal                   = "unable to unmarshal secret: %w"
 	errMissingKey                            = "missing Key in secret: %s"
 	errUnexpectedContent                     = "unexpected secret bundle content"
-	errInvalidSecret                         = "invalid secret received. no secret string nor binary for key: %s"
 )
 
 type client struct {