Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeWrapResponseWriter
- func (fake *FakeWrapResponseWriter) BytesWritten() int
- func (fake *FakeWrapResponseWriter) BytesWrittenCallCount() int
- func (fake *FakeWrapResponseWriter) BytesWrittenCalls(stub func() int)
- func (fake *FakeWrapResponseWriter) BytesWrittenReturns(result1 int)
- func (fake *FakeWrapResponseWriter) BytesWrittenReturnsOnCall(i int, result1 int)
- func (fake *FakeWrapResponseWriter) Header() http.Header
- func (fake *FakeWrapResponseWriter) HeaderCallCount() int
- func (fake *FakeWrapResponseWriter) HeaderCalls(stub func() http.Header)
- func (fake *FakeWrapResponseWriter) HeaderReturns(result1 http.Header)
- func (fake *FakeWrapResponseWriter) HeaderReturnsOnCall(i int, result1 http.Header)
- func (fake *FakeWrapResponseWriter) Invocations() map[string][][]interface{}
- func (fake *FakeWrapResponseWriter) Status() int
- func (fake *FakeWrapResponseWriter) StatusCallCount() int
- func (fake *FakeWrapResponseWriter) StatusCalls(stub func() int)
- func (fake *FakeWrapResponseWriter) StatusReturns(result1 int)
- func (fake *FakeWrapResponseWriter) StatusReturnsOnCall(i int, result1 int)
- func (fake *FakeWrapResponseWriter) Tee(arg1 io.Writer)
- func (fake *FakeWrapResponseWriter) TeeArgsForCall(i int) io.Writer
- func (fake *FakeWrapResponseWriter) TeeCallCount() int
- func (fake *FakeWrapResponseWriter) TeeCalls(stub func(io.Writer))
- func (fake *FakeWrapResponseWriter) Unwrap() http.ResponseWriter
- func (fake *FakeWrapResponseWriter) UnwrapCallCount() int
- func (fake *FakeWrapResponseWriter) UnwrapCalls(stub func() http.ResponseWriter)
- func (fake *FakeWrapResponseWriter) UnwrapReturns(result1 http.ResponseWriter)
- func (fake *FakeWrapResponseWriter) UnwrapReturnsOnCall(i int, result1 http.ResponseWriter)
- func (fake *FakeWrapResponseWriter) Write(arg1 []byte) (int, error)
- func (fake *FakeWrapResponseWriter) WriteArgsForCall(i int) []byte
- func (fake *FakeWrapResponseWriter) WriteCallCount() int
- func (fake *FakeWrapResponseWriter) WriteCalls(stub func([]byte) (int, error))
- func (fake *FakeWrapResponseWriter) WriteHeader(arg1 int)
- func (fake *FakeWrapResponseWriter) WriteHeaderArgsForCall(i int) int
- func (fake *FakeWrapResponseWriter) WriteHeaderCallCount() int
- func (fake *FakeWrapResponseWriter) WriteHeaderCalls(stub func(int))
- func (fake *FakeWrapResponseWriter) WriteReturns(result1 int, result2 error)
- func (fake *FakeWrapResponseWriter) WriteReturnsOnCall(i int, result1 int, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeWrapResponseWriter ¶
type FakeWrapResponseWriter struct {
BytesWrittenStub func() int
HeaderStub func() http.Header
StatusStub func() int
TeeStub func(io.Writer)
UnwrapStub func() http.ResponseWriter
WriteStub func([]byte) (int, error)
WriteHeaderStub func(int)
// contains filtered or unexported fields
}
func (*FakeWrapResponseWriter) BytesWritten ¶
func (fake *FakeWrapResponseWriter) BytesWritten() int
func (*FakeWrapResponseWriter) BytesWrittenCallCount ¶
func (fake *FakeWrapResponseWriter) BytesWrittenCallCount() int
func (*FakeWrapResponseWriter) BytesWrittenCalls ¶
func (fake *FakeWrapResponseWriter) BytesWrittenCalls(stub func() int)
func (*FakeWrapResponseWriter) BytesWrittenReturns ¶
func (fake *FakeWrapResponseWriter) BytesWrittenReturns(result1 int)
func (*FakeWrapResponseWriter) BytesWrittenReturnsOnCall ¶
func (fake *FakeWrapResponseWriter) BytesWrittenReturnsOnCall(i int, result1 int)
func (*FakeWrapResponseWriter) Header ¶
func (fake *FakeWrapResponseWriter) Header() http.Header
func (*FakeWrapResponseWriter) HeaderCallCount ¶
func (fake *FakeWrapResponseWriter) HeaderCallCount() int
func (*FakeWrapResponseWriter) HeaderCalls ¶
func (fake *FakeWrapResponseWriter) HeaderCalls(stub func() http.Header)
func (*FakeWrapResponseWriter) HeaderReturns ¶
func (fake *FakeWrapResponseWriter) HeaderReturns(result1 http.Header)
func (*FakeWrapResponseWriter) HeaderReturnsOnCall ¶
func (fake *FakeWrapResponseWriter) HeaderReturnsOnCall(i int, result1 http.Header)
func (*FakeWrapResponseWriter) Invocations ¶
func (fake *FakeWrapResponseWriter) Invocations() map[string][][]interface{}
func (*FakeWrapResponseWriter) Status ¶
func (fake *FakeWrapResponseWriter) Status() int
func (*FakeWrapResponseWriter) StatusCallCount ¶
func (fake *FakeWrapResponseWriter) StatusCallCount() int
func (*FakeWrapResponseWriter) StatusCalls ¶
func (fake *FakeWrapResponseWriter) StatusCalls(stub func() int)
func (*FakeWrapResponseWriter) StatusReturns ¶
func (fake *FakeWrapResponseWriter) StatusReturns(result1 int)
func (*FakeWrapResponseWriter) StatusReturnsOnCall ¶
func (fake *FakeWrapResponseWriter) StatusReturnsOnCall(i int, result1 int)
func (*FakeWrapResponseWriter) Tee ¶
func (fake *FakeWrapResponseWriter) Tee(arg1 io.Writer)
func (*FakeWrapResponseWriter) TeeArgsForCall ¶
func (fake *FakeWrapResponseWriter) TeeArgsForCall(i int) io.Writer
func (*FakeWrapResponseWriter) TeeCallCount ¶
func (fake *FakeWrapResponseWriter) TeeCallCount() int
func (*FakeWrapResponseWriter) TeeCalls ¶
func (fake *FakeWrapResponseWriter) TeeCalls(stub func(io.Writer))
func (*FakeWrapResponseWriter) Unwrap ¶
func (fake *FakeWrapResponseWriter) Unwrap() http.ResponseWriter
func (*FakeWrapResponseWriter) UnwrapCallCount ¶
func (fake *FakeWrapResponseWriter) UnwrapCallCount() int
func (*FakeWrapResponseWriter) UnwrapCalls ¶
func (fake *FakeWrapResponseWriter) UnwrapCalls(stub func() http.ResponseWriter)
func (*FakeWrapResponseWriter) UnwrapReturns ¶
func (fake *FakeWrapResponseWriter) UnwrapReturns(result1 http.ResponseWriter)
func (*FakeWrapResponseWriter) UnwrapReturnsOnCall ¶
func (fake *FakeWrapResponseWriter) UnwrapReturnsOnCall(i int, result1 http.ResponseWriter)
func (*FakeWrapResponseWriter) Write ¶
func (fake *FakeWrapResponseWriter) Write(arg1 []byte) (int, error)
func (*FakeWrapResponseWriter) WriteArgsForCall ¶
func (fake *FakeWrapResponseWriter) WriteArgsForCall(i int) []byte
func (*FakeWrapResponseWriter) WriteCallCount ¶
func (fake *FakeWrapResponseWriter) WriteCallCount() int
func (*FakeWrapResponseWriter) WriteCalls ¶
func (fake *FakeWrapResponseWriter) WriteCalls(stub func([]byte) (int, error))
func (*FakeWrapResponseWriter) WriteHeader ¶
func (fake *FakeWrapResponseWriter) WriteHeader(arg1 int)
func (*FakeWrapResponseWriter) WriteHeaderArgsForCall ¶
func (fake *FakeWrapResponseWriter) WriteHeaderArgsForCall(i int) int
func (*FakeWrapResponseWriter) WriteHeaderCallCount ¶
func (fake *FakeWrapResponseWriter) WriteHeaderCallCount() int
func (*FakeWrapResponseWriter) WriteHeaderCalls ¶
func (fake *FakeWrapResponseWriter) WriteHeaderCalls(stub func(int))
func (*FakeWrapResponseWriter) WriteReturns ¶
func (fake *FakeWrapResponseWriter) WriteReturns(result1 int, result2 error)
func (*FakeWrapResponseWriter) WriteReturnsOnCall ¶
func (fake *FakeWrapResponseWriter) WriteReturnsOnCall(i int, result1 int, result2 error)
Click to show internal directories.
Click to hide internal directories.