MCPcopy
hub / github.com/gin-gonic/gin / Push

Method Push

response_writer_test.go:294–296  ·  view source on GitHub ↗
(target string, opts *http.PushOptions)

Source from the content-addressed store, hash-verified

292}
293
294func (m *mockPusherResponseWriter) Push(target string, opts *http.PushOptions) error {
295 return nil
296}
297
298// nonPusherResponseWriter is an http.ResponseWriter that does not implement http.Pusher.
299type nonPusherResponseWriter struct {

Callers 1

TestPusherFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected