Browse Source

Remove unused constant, errInvalidSecret

rodmartinez 4 năm trước cách đây
mục cha
commit
b962666b1c
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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 {