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