Documentation
¶
Index ¶
- type MockLambdaFunction
- func (l *MockLambdaFunction) DisableEventSourceMapping(ctx context.Context, functionName string, uuid string) error
- func (l *MockLambdaFunction) EnableEventSourceMapping(ctx context.Context, functionName string, uuid string) error
- func (l *MockLambdaFunction) GetEventSourceMappingUuidTuples(ctx context.Context) (*lambda.FunctionNameUuidTuples, error)
- type MockLambdaFunctionWithErrorResponse
- func (l *MockLambdaFunctionWithErrorResponse) DisableEventSourceMapping(ctx context.Context, functionName string, uuid string) error
- func (l *MockLambdaFunctionWithErrorResponse) EnableEventSourceMapping(ctx context.Context, functionName string, uuid string) error
- func (l *MockLambdaFunctionWithErrorResponse) GetEventSourceMappingUuidTuples(ctx context.Context) (*lambda.FunctionNameUuidTuples, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockLambdaFunction ¶
func (*MockLambdaFunction) DisableEventSourceMapping ¶
func (*MockLambdaFunction) EnableEventSourceMapping ¶
func (*MockLambdaFunction) GetEventSourceMappingUuidTuples ¶
func (l *MockLambdaFunction) GetEventSourceMappingUuidTuples(ctx context.Context) (*lambda.FunctionNameUuidTuples, error)
type MockLambdaFunctionWithErrorResponse ¶
type MockLambdaFunctionWithErrorResponse struct { Provisioning bool Updating bool Terminating bool }
func (*MockLambdaFunctionWithErrorResponse) DisableEventSourceMapping ¶
func (*MockLambdaFunctionWithErrorResponse) EnableEventSourceMapping ¶
func (*MockLambdaFunctionWithErrorResponse) GetEventSourceMappingUuidTuples ¶
func (l *MockLambdaFunctionWithErrorResponse) GetEventSourceMappingUuidTuples(ctx context.Context) (*lambda.FunctionNameUuidTuples, error)
Click to show internal directories.
Click to hide internal directories.