8 lines
221 B
Markdown
8 lines
221 B
Markdown
# Mocks
|
|
|
|
The files in this module are generated via `mockgen` for use with [`gomock`](https://github.com/golang/mock).
|
|
|
|
To add a new mock:
|
|
1. Add a line to `gen.go` in this module
|
|
1. Run `make mock` from the project root
|