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

Method ListFunctions

aws/sdk/lambda.go:16–16  ·  view source on GitHub ↗
(context.Context, *lambda.ListFunctionsInput, ...func(*lambda.Options))

Source from the content-addressed store, hash-verified

14
15type LambdaClientInterface interface {
16 ListFunctions(context.Context, *lambda.ListFunctionsInput, ...func(*lambda.Options)) (*lambda.ListFunctionsOutput, error)
17 GetFunction(context.Context, *lambda.GetFunctionInput, ...func(*lambda.Options)) (*lambda.GetFunctionOutput, error)
18 GetFunctionUrlConfig(context.Context, *lambda.GetFunctionUrlConfigInput, ...func(*lambda.Options)) (*lambda.GetFunctionUrlConfigOutput, error)
19}

Callers 2

listFunctionsMethod · 0.65

Implementers 1

MockedLambdaClientaws/sdk/lambda_mocks.go

Calls

no outgoing calls

Tested by

no test coverage detected