Documentation ¶
Overview ¶
Package mock_kmsenv is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockKmsClient ¶
type MockKmsClient struct {
// contains filtered or unexported fields
}
MockKmsClient is a mock of KmsClient interface
func NewMockKmsClient ¶
func NewMockKmsClient(ctrl *gomock.Controller) *MockKmsClient
NewMockKmsClient creates a new mock instance
func (*MockKmsClient) Decrypt ¶
func (m *MockKmsClient) Decrypt(ctx context.Context, req *kms.DecryptRequest, opts ...gax.CallOption) (*kms.DecryptResponse, error)
Decrypt mocks base method
func (*MockKmsClient) EXPECT ¶
func (m *MockKmsClient) EXPECT() *MockKmsClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockKmsClientMockRecorder ¶
type MockKmsClientMockRecorder struct {
// contains filtered or unexported fields
}
MockKmsClientMockRecorder is the mock recorder for MockKmsClient
func (*MockKmsClientMockRecorder) Decrypt ¶
func (mr *MockKmsClientMockRecorder) Decrypt(ctx, req interface{}, opts ...interface{}) *gomock.Call
Decrypt indicates an expected call of Decrypt
Click to show internal directories.
Click to hide internal directories.