MCPcopy
hub / github.com/caddyserver/caddy / writerDestructor

Struct writerDestructor

logging.go:291–293  ·  logging.go::writerDestructor

Source from the content-addressed store, hash-verified

289}
290
291type writerDestructor struct {
292 io.WriteCloser
293}
294
295func (wdest writerDestructor) Destruct() error {
296 return wdest.Close()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected