Documentation
¶
Overview ¶
Package mock_keyvaultsecretclient is a generated GoMock package.
Index ¶
- type MockInterface
- func (m *MockInterface) DeleteSecret(arg0 context.Context, arg1, arg2 string) (*keyvault.DeletedSecretBundle, *retry.Error)
- func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
- func (m *MockInterface) GetDeletedSecrets(arg0 context.Context, arg1 string, arg2 *int32) (*keyvault.DeletedSecretListResult, *retry.Error)
- func (m *MockInterface) GetSecret(arg0 context.Context, arg1, arg2, arg3 string) (*keyvault.SecretBundle, *retry.Error)
- func (m *MockInterface) GetSecrets(arg0 context.Context, arg1 string, arg2 *int32) (*keyvault.SecretListResult, *retry.Error)
- func (m *MockInterface) PurgeDeletedSecret(arg0 context.Context, arg1, arg2 string) (*autorest.Response, *retry.Error)
- func (m *MockInterface) SetSecret(arg0 context.Context, arg1, arg2 string, arg3 keyvault.SecretSetParameters) (*keyvault.SecretBundle, *retry.Error)
- type MockInterfaceMockRecorder
- func (mr *MockInterfaceMockRecorder) DeleteSecret(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetDeletedSecrets(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetSecret(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetSecrets(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) PurgeDeletedSecret(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) SetSecret(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockInterface ¶
type MockInterface struct {
// contains filtered or unexported fields
}
MockInterface is a mock of Interface interface
func NewMockInterface ¶
func NewMockInterface(ctrl *gomock.Controller) *MockInterface
NewMockInterface creates a new mock instance
func (*MockInterface) DeleteSecret ¶
func (m *MockInterface) DeleteSecret(arg0 context.Context, arg1, arg2 string) (*keyvault.DeletedSecretBundle, *retry.Error)
DeleteSecret mocks base method
func (*MockInterface) EXPECT ¶
func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockInterface) GetDeletedSecrets ¶
func (m *MockInterface) GetDeletedSecrets(arg0 context.Context, arg1 string, arg2 *int32) (*keyvault.DeletedSecretListResult, *retry.Error)
GetDeletedSecrets mocks base method
func (*MockInterface) GetSecret ¶
func (m *MockInterface) GetSecret(arg0 context.Context, arg1, arg2, arg3 string) (*keyvault.SecretBundle, *retry.Error)
GetSecret mocks base method
func (*MockInterface) GetSecrets ¶
func (m *MockInterface) GetSecrets(arg0 context.Context, arg1 string, arg2 *int32) (*keyvault.SecretListResult, *retry.Error)
GetSecrets mocks base method
func (*MockInterface) PurgeDeletedSecret ¶
func (m *MockInterface) PurgeDeletedSecret(arg0 context.Context, arg1, arg2 string) (*autorest.Response, *retry.Error)
PurgeDeletedSecret mocks base method
func (*MockInterface) SetSecret ¶
func (m *MockInterface) SetSecret(arg0 context.Context, arg1, arg2 string, arg3 keyvault.SecretSetParameters) (*keyvault.SecretBundle, *retry.Error)
SetSecret mocks base method
type MockInterfaceMockRecorder ¶
type MockInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockInterfaceMockRecorder is the mock recorder for MockInterface
func (*MockInterfaceMockRecorder) DeleteSecret ¶
func (mr *MockInterfaceMockRecorder) DeleteSecret(arg0, arg1, arg2 interface{}) *gomock.Call
DeleteSecret indicates an expected call of DeleteSecret
func (*MockInterfaceMockRecorder) GetDeletedSecrets ¶
func (mr *MockInterfaceMockRecorder) GetDeletedSecrets(arg0, arg1, arg2 interface{}) *gomock.Call
GetDeletedSecrets indicates an expected call of GetDeletedSecrets
func (*MockInterfaceMockRecorder) GetSecret ¶
func (mr *MockInterfaceMockRecorder) GetSecret(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetSecret indicates an expected call of GetSecret
func (*MockInterfaceMockRecorder) GetSecrets ¶
func (mr *MockInterfaceMockRecorder) GetSecrets(arg0, arg1, arg2 interface{}) *gomock.Call
GetSecrets indicates an expected call of GetSecrets
func (*MockInterfaceMockRecorder) PurgeDeletedSecret ¶
func (mr *MockInterfaceMockRecorder) PurgeDeletedSecret(arg0, arg1, arg2 interface{}) *gomock.Call
PurgeDeletedSecret indicates an expected call of PurgeDeletedSecret
func (*MockInterfaceMockRecorder) SetSecret ¶
func (mr *MockInterfaceMockRecorder) SetSecret(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
SetSecret indicates an expected call of SetSecret