If you've ever written a test in golang, you may used the testify
[https://github.com/stretchr/testify] package. An immensely useful extension of
that is the mockery [https://github.com/vektra/mockery] package, which gives you
the ability to autogenerate mocks for interfaces with ease.
In most cases, you'll