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

Struct mockedCodeBuildClient

aws/codebuild_test.go:18–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16)
17
18type mockedCodeBuildClient struct {
19}
20
21func (m *mockedCodeBuildClient) ListProjects(ctx context.Context, params *codebuild.ListProjectsInput, optFns ...func(*codebuild.Options)) (*codebuild.ListProjectsOutput, error) {
22 out := codebuild.ListProjectsOutput{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected