Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
24
type
DebugResponseWriter
struct
{
25
back http.ResponseWriter
26
}
27
28
func
(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