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

Struct ArchiveMessageHandler

internal/databases/postgres/daemon_handler.go:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63type ArchiveMessageHandler struct {
64 fd net.Conn
65 uploader *WalUploader
66}
67
68func (h *ArchiveMessageHandler) Handle(ctx context.Context, messageBody []byte) error {
69 walFileName := string(messageBody)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected