MCPcopy Index your code
hub / github.com/BishopFox/cloudfox / MockedCodeBuildClient

Struct MockedCodeBuildClient

aws/sdk/codebuild_mocks.go:11–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type MockedCodeBuildClient struct {
12}
13
14func (m *MockedCodeBuildClient) ListProjects(ctx context.Context, input *codebuild.ListProjectsInput, options ...func(*codebuild.Options)) (*codebuild.ListProjectsOutput, error) {
15 return &codebuild.ListProjectsOutput{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected