MCPcopy
hub / github.com/weaviate/weaviate / replicationClient

Struct replicationClient

adapters/clients/replication.go:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57)
58
59type replicationClient struct {
60 retryClient
61 zstdEncoderPool sync.Pool
62}
63
64var _ replica.Client = (*replicationClient)(nil)
65

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected