| 16 | ) |
| 17 | |
| 18 | type mockedCodeBuildClient struct { |
| 19 | } |
| 20 | |
| 21 | func (m *mockedCodeBuildClient) ListProjects(ctx context.Context, params *codebuild.ListProjectsInput, optFns ...func(*codebuild.Options)) (*codebuild.ListProjectsOutput, error) { |
| 22 | out := codebuild.ListProjectsOutput{ |
nothing calls this directly
no outgoing calls
no test coverage detected