| 9 | ) |
| 10 | |
| 11 | type MockedCodeBuildClient struct { |
| 12 | } |
| 13 | |
| 14 | func (m *MockedCodeBuildClient) ListProjects(ctx context.Context, input *codebuild.ListProjectsInput, options ...func(*codebuild.Options)) (*codebuild.ListProjectsOutput, error) { |
| 15 | return &codebuild.ListProjectsOutput{ |
nothing calls this directly
no outgoing calls
no test coverage detected