testReplicaClient is a minimal mock for testing that doesn't cause import cycles.
| 25 | |
| 26 | // testReplicaClient is a minimal mock for testing that doesn't cause import cycles. |
| 27 | type testReplicaClient struct { |
| 28 | dir string |
| 29 | } |
| 30 | |
| 31 | func (c *testReplicaClient) Init(_ context.Context) error { return nil } |
| 32 |
nothing calls this directly
no outgoing calls
no test coverage detected