Reader is an autogenerated mock type for the Reader type
| 10 | |
| 11 | // Reader is an autogenerated mock type for the Reader type |
| 12 | type Reader struct { |
| 13 | mock.Mock |
| 14 | } |
| 15 | |
| 16 | // ReadCredentials provides a mock function with given fields: ctx, secretName, _a2 |
| 17 | func (_m *Reader) ReadCredentials(ctx context.Context, secretName string, _a2 interface{}) error { |
nothing calls this directly
no outgoing calls
no test coverage detected