ReaderWriter is an autogenerated mock type for the ReaderWriter type
| 25 | |
| 26 | // ReaderWriter is an autogenerated mock type for the ReaderWriter type |
| 27 | type ReaderWriter struct { |
| 28 | mock.Mock |
| 29 | } |
| 30 | |
| 31 | // DeleteCredentials provides a mock function with given fields: ctx, credID |
| 32 | func (_m *ReaderWriter) DeleteCredentials(ctx context.Context, credID string) error { |
nothing calls this directly
no outgoing calls
no test coverage detected