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