MCPcopy
hub / github.com/wal-g/wal-g / NewFolderReader

Function NewFolderReader

internal/storage_folder_reader.go:17–19  ·  view source on GitHub ↗
(folder storage.Folder)

Source from the content-addressed store, hash-verified

15}
16
17func NewFolderReader(folder storage.Folder) StorageFolderReader {
18 return &FolderReaderImpl{folder}
19}
20
21type FolderReaderImpl struct {
22 storage.Folder

Callers 15

checkWALOverwriteFunction · 0.92
handleDeltaBackupMethod · 0.92
TestLoadDeltaMap_WalTailFunction · 0.92
HandleWALRestoreFunction · 0.92
HandleWalFetchFunction · 0.92
DownloadOplogArchiveMethod · 0.92

Calls

no outgoing calls