| 10 | ) |
| 11 | |
| 12 | type MockedCodedeployClient struct { |
| 13 | } |
| 14 | |
| 15 | func (m *MockedCodedeployClient) ListApplications(ctx context.Context, input *codedeploy.ListApplicationsInput, options ...func(*codedeploy.Options)) (*codedeploy.ListApplicationsOutput, error) { |
| 16 | return &codedeploy.ListApplicationsOutput{ |
nothing calls this directly
no outgoing calls
no test coverage detected