MCPcopy
hub / github.com/mattermost/mattermost / LocalResponseWriter

Struct LocalResponseWriter

server/channels/app/integration_action.go:362–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360}
361
362type LocalResponseWriter struct {
363 data []byte
364 headers http.Header
365 status int
366}
367
368func (w *LocalResponseWriter) Header() http.Header {
369 if w.headers == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected