MCPcopy Create free account
hub / github.com/chainloop-dev/chainloop / stubReader

Struct stubReader

pkg/blobmanager/s3accesspoint/provider_test.go:204–204  ·  view source on GitHub ↗

stubReader is the minimal credentials.Reader implementation needed to exercise constructor wiring; the unit tests never invoke it.

Source from the content-addressed store, hash-verified

202// stubReader is the minimal credentials.Reader implementation needed to
203// exercise constructor wiring; the unit tests never invoke it.
204type stubReader struct{}
205
206func (stubReader) ReadCredentials(_ context.Context, _ string, _ any) error { return nil }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected