MCPcopy
hub / github.com/benbjohnson/litestream / testReplicaClient

Struct testReplicaClient

db_internal_test.go:27–29  ·  view source on GitHub ↗

testReplicaClient is a minimal mock for testing that doesn't cause import cycles.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected