ModuleTestingKnobs is an interface for testing knobs for a submodule.
| 12 | |
| 13 | // ModuleTestingKnobs is an interface for testing knobs for a submodule. |
| 14 | type ModuleTestingKnobs interface { |
| 15 | // ModuleTestingKnobs is a dummy function. |
| 16 | ModuleTestingKnobs() |
| 17 | } |
| 18 | |
| 19 | // TestingKnobs contains facilities for controlling various parts of the |
| 20 | // system for testing. |
nothing calls this directly
no outgoing calls
no test coverage detected