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

Interface WalShowOutputWriter

internal/databases/postgres/wal_show_output_writer.go:18–20  ·  view source on GitHub ↗

WalShowOutputWriter writes the output of wal-show command execution result

Source from the content-addressed store, hash-verified

16
17// WalShowOutputWriter writes the output of wal-show command execution result
18type WalShowOutputWriter interface {
19 Write(timelineInfos []*TimelineInfo) error
20}
21
22// WalShowJsonOutputWriter writes the detailed JSON output
23type WalShowJSONOutputWriter struct {

Callers 8

ToBytesFunction · 0.65
WriteMethod · 0.65
WriteMethod · 0.65
ComputeConfigHashFunction · 0.65
getHashFunction · 0.65
TestCascadeFileCloserFunction · 0.65
TestS3DependentFunctionsFunction · 0.65

Implementers 15

EmptyWriteIgnorerutility/empty_write_ignorer.go
EmptyWriteCloserIgnorerutility/empty_write_ignorer.go
TestWriterinternal/stream_push_helper_test.go
DevNullWriterinternal/extract.go
Writerinternal/crypto/libsodium/writer.go
channelWriterinternal/splitmerge/channelwriter.go
fixedBlockSizeWriterinternal/splitmerge/fixedsizewriter.go
BufferCloserinternal/splitmerge/splitmerge_test.go
writerinternal/contextio/io.go
WriterWithChecksuminternal/checksum/checksum_writer.go
Writerinternal/compression/none/compressor.g
DebugResponseWriterinternal/databases/sqlserver/blob/util

Calls

no outgoing calls

Tested by

no test coverage detected