Documentation ¶
Overview ¶
Package mock_lambda is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockLambdaClient ¶
type MockLambdaClient struct {
// contains filtered or unexported fields
}
MockLambdaClient is a mock of LambdaClient interface.
func NewMockLambdaClient ¶
func NewMockLambdaClient(ctrl *gomock.Controller) *MockLambdaClient
NewMockLambdaClient creates a new mock instance.
func (*MockLambdaClient) EXPECT ¶
func (m *MockLambdaClient) EXPECT() *MockLambdaClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockLambdaClient) Invoke ¶
func (m *MockLambdaClient) Invoke(arg0 *lambda.InvokeInput) (*lambda.InvokeOutput, error)
Invoke mocks base method.
type MockLambdaClientMockRecorder ¶
type MockLambdaClientMockRecorder struct {
// contains filtered or unexported fields
}
MockLambdaClientMockRecorder is the mock recorder for MockLambdaClient.
func (*MockLambdaClientMockRecorder) Invoke ¶
func (mr *MockLambdaClientMockRecorder) Invoke(arg0 interface{}) *gomock.Call
Invoke indicates an expected call of Invoke.
Click to show internal directories.
Click to hide internal directories.