Remove unused Token method

Signed-off-by: Richard Wall <richard.wall@jetstack.io>
This commit is contained in:
Richard Wall 2022-11-22 16:47:41 +00:00
parent 23437dfbbc
commit 6b2c3b5295

View File

@ -55,7 +55,6 @@ type Client interface {
NewRequest(method, requestPath string) *vault.Request
RawRequest(r *vault.Request) (*vault.Response, error)
SetToken(v string)
Token() string
}
// Vault implements Interface and holds a Vault issuer, secrets lister and a