MCPcopy Create free account
hub / github.com/BishopFox/cloudfox / MockedLambdaClient

Struct MockedLambdaClient

aws/sdk/lambda_mocks.go:11–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type MockedLambdaClient struct {
12}
13
14func (m *MockedLambdaClient) ListFunctions(ctx context.Context, input *lambda.ListFunctionsInput, options ...func(*lambda.Options)) (*lambda.ListFunctionsOutput, error) {
15 return &lambda.ListFunctionsOutput{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected