TestingKnobs are the testing knobs for flowinfra.
| 12 | |
| 13 | // TestingKnobs are the testing knobs for flowinfra. |
| 14 | type TestingKnobs struct { |
| 15 | // FlowRegistryDraining overrides draining state of the registry. |
| 16 | FlowRegistryDraining func() bool |
| 17 | } |
| 18 | |
| 19 | // ModuleTestingKnobs is part of the base.ModuleTestingKnobs interface. |
| 20 | func (*TestingKnobs) ModuleTestingKnobs() {} |
nothing calls this directly
no outgoing calls
no test coverage detected