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

Struct ReplicaClient

webdav/replica_client.go:36–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34var _ litestream.ReplicaClient = (*ReplicaClient)(nil)
35
36type ReplicaClient struct {
37 mu sync.Mutex
38 client *gowebdav.Client
39 logger *slog.Logger
40
41 URL string
42 Username string
43 Password string
44 Path string
45 Timeout time.Duration
46}
47
48func NewReplicaClient() *ReplicaClient {
49 return &ReplicaClient{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected