Documentation
¶
Overview ¶
This file was generated by counterfeiter
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeVaultRotater ¶
type FakeVaultRotater struct { RotateSecretsStub func(hash string, secrets interface{}) error // contains filtered or unexported fields }
func (*FakeVaultRotater) RotateSecrets ¶
func (fake *FakeVaultRotater) RotateSecrets(hash string, secrets interface{}) error
func (*FakeVaultRotater) RotateSecretsArgsForCall ¶
func (fake *FakeVaultRotater) RotateSecretsArgsForCall(i int) (string, interface{})
func (*FakeVaultRotater) RotateSecretsCallCount ¶
func (fake *FakeVaultRotater) RotateSecretsCallCount() int
func (*FakeVaultRotater) RotateSecretsReturns ¶
func (fake *FakeVaultRotater) RotateSecretsReturns(result1 error)
Click to show internal directories.
Click to hide internal directories.