Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/wal-g/wal-g
/ FileExtension
Method
FileExtension
internal/compression/compression.go:11–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
9
type
Compressor
interface
{
10
NewWriter(writer io.Writer) ioextensions.WriteFlushCloser
11
FileExtension() string
12
}
13
14
type
Decompressor
interface
{
Callers
15
checkPushAndFetchBackup
Function · 0.65
PushStream
Method · 0.65
PushStream
Method · 0.65
testCompressAndEncryptErrorPropagation
Function · 0.65
DownloadAndDecompressStream
Function · 0.65
GetPartitionedBackupFileNames
Function · 0.65
uploadFile
Method · 0.65
SetUp
Method · 0.65
DownloadFile
Function · 0.65
SetLastDecompressor
Function · 0.65
findDecompressorAndDownload
Function · 0.65
checkOverwrite
Function · 0.65
Implementers
7
Compressor
internal/compression/zstd/compressor.g
Compressor
internal/compression/lz4/compressor.go
Compressor
internal/compression/brotli/compressor
Compressor
internal/compression/gzip/compressor.g
Compressor
internal/compression/lzma/compressor.g
Compressor
internal/compression/none/compressor.g
MockCompressor
testtools/mock_compressor.go
Calls
no outgoing calls
Tested by
3
checkPushAndFetchBackup
Function · 0.52
testCompressAndEncryptErrorPropagation
Function · 0.52
TestWallFetchCachesLastDecompressor
Function · 0.52