Remove unused Token method
Signed-off-by: Richard Wall <richard.wall@jetstack.io>
This commit is contained in:
parent
23437dfbbc
commit
6b2c3b5295
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user