Add the `_test` suffix to all mock files.
The mock files in Stork are used only for testing purposes, but some don't have the _test
suffix.
It causes must to remove them before building the binaries.
Removing and regenerating the mock files confuses my IDE.
Using the _test
suffix allows us not to touch the mock files because the Go compiler ignores the files with this suffix.