MCPcopy
hub / github.com/ory/hydra / MockResponseWriter

Struct MockResponseWriter

fosite/internal/rw.go:16–19  ·  view source on GitHub ↗

Mock of ResponseWriter interface

Source from the content-addressed store, hash-verified

14
15// Mock of ResponseWriter interface
16type MockResponseWriter struct {
17 ctrl *gomock.Controller
18 recorder *_MockResponseWriterRecorder
19}
20
21// Recorder for MockResponseWriter (not exported)
22type _MockResponseWriterRecorder struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected