(context.Context, *lambda.ListFunctionsInput, ...func(*lambda.Options))
| 14 | |
| 15 | type 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 | } |
no outgoing calls
no test coverage detected