Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockSecretManagerFacade ¶
type MockSecretManagerFacade struct {
// contains filtered or unexported fields
}
MockSecretManagerFacade is a mock of SecretManagerFacade interface.
func NewMockSecretManagerFacade ¶
func NewMockSecretManagerFacade(ctrl *gomock.Controller) *MockSecretManagerFacade
NewMockSecretManagerFacade creates a new mock instance.
func (*MockSecretManagerFacade) EXPECT ¶
func (m *MockSecretManagerFacade) EXPECT() *MockSecretManagerFacadeMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSecretManagerFacade) WatchSecretsRotationChanges ¶
func (m *MockSecretManagerFacade) WatchSecretsRotationChanges(arg0 string) (watcher.SecretRotationWatcher, error)
WatchSecretsRotationChanges mocks base method.
type MockSecretManagerFacadeMockRecorder ¶
type MockSecretManagerFacadeMockRecorder struct {
// contains filtered or unexported fields
}
MockSecretManagerFacadeMockRecorder is the mock recorder for MockSecretManagerFacade.
func (*MockSecretManagerFacadeMockRecorder) WatchSecretsRotationChanges ¶
func (mr *MockSecretManagerFacadeMockRecorder) WatchSecretsRotationChanges(arg0 interface{}) *gomock.Call
WatchSecretsRotationChanges indicates an expected call of WatchSecretsRotationChanges.
type MockSecretRotationWatcher ¶
type MockSecretRotationWatcher struct {
// contains filtered or unexported fields
}
MockSecretRotationWatcher is a mock of SecretRotationWatcher interface.
func NewMockSecretRotationWatcher ¶
func NewMockSecretRotationWatcher(ctrl *gomock.Controller) *MockSecretRotationWatcher
NewMockSecretRotationWatcher creates a new mock instance.
func (*MockSecretRotationWatcher) Changes ¶
func (m *MockSecretRotationWatcher) Changes() watcher.SecretRotationChannel
Changes mocks base method.
func (*MockSecretRotationWatcher) EXPECT ¶
func (m *MockSecretRotationWatcher) EXPECT() *MockSecretRotationWatcherMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSecretRotationWatcher) Kill ¶
func (m *MockSecretRotationWatcher) Kill()
Kill mocks base method.
func (*MockSecretRotationWatcher) Wait ¶
func (m *MockSecretRotationWatcher) Wait() error
Wait mocks base method.
type MockSecretRotationWatcherMockRecorder ¶
type MockSecretRotationWatcherMockRecorder struct {
// contains filtered or unexported fields
}
MockSecretRotationWatcherMockRecorder is the mock recorder for MockSecretRotationWatcher.
func (*MockSecretRotationWatcherMockRecorder) Changes ¶
func (mr *MockSecretRotationWatcherMockRecorder) Changes() *gomock.Call
Changes indicates an expected call of Changes.
func (*MockSecretRotationWatcherMockRecorder) Kill ¶
func (mr *MockSecretRotationWatcherMockRecorder) Kill() *gomock.Call
Kill indicates an expected call of Kill.
func (*MockSecretRotationWatcherMockRecorder) Wait ¶
func (mr *MockSecretRotationWatcherMockRecorder) Wait() *gomock.Call
Wait indicates an expected call of Wait.