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

Struct DebugResponseWriter

internal/databases/sqlserver/blob/util.go:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24type DebugResponseWriter struct {
25 back http.ResponseWriter
26}
27
28func (drw *DebugResponseWriter) Header() http.Header {
29 return drw.back.Header()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected