uber-go / mock

GoMock is a mocking framework for the Go programming language.
Apache License 2.0
1.98k stars 107 forks source link

Add ControllerOption #24

Closed sywhang closed 1 year ago

sywhang commented 1 year ago

Originally discussed in https://github.com/golang/mock/issues/238.

This adds a functional option parameter to NewController to allow adding future configurations to control the behavior of Controller.

This will come in handy for implementing features like the one in #22.