| 9 | ) |
| 10 | |
| 11 | type MockedLambdaClient struct { |
| 12 | } |
| 13 | |
| 14 | func (m *MockedLambdaClient) ListFunctions(ctx context.Context, input *lambda.ListFunctionsInput, options ...func(*lambda.Options)) (*lambda.ListFunctionsOutput, error) { |
| 15 | return &lambda.ListFunctionsOutput{ |
nothing calls this directly
no outgoing calls
no test coverage detected