Documentation
¶
Overview ¶
Code generated by Mock annotation processor. DO NOT EDIT. versions:
go: go1.18.3 go-annotation: 0.1.0 Mock: 0.0.1
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type HandlersMockMock
- func (fake *HandlersMockMock) DoSomeAnother(arg1 http.Response)
- func (fake *HandlersMockMock) DoSomeAnotherArgsForCall(i int) http.Response
- func (fake *HandlersMockMock) DoSomeAnotherCallCount() int
- func (fake *HandlersMockMock) DoSomeAnotherCalls(stub func(http.Response))
- func (fake *HandlersMockMock) DoSomething(arg1 http.Request)
- func (fake *HandlersMockMock) DoSomethingArgsForCall(i int) http.Request
- func (fake *HandlersMockMock) DoSomethingCallCount() int
- func (fake *HandlersMockMock) DoSomethingCalls(stub func(http.Request))
- func (fake *HandlersMockMock) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HandlersMockMock ¶
type HandlersMockMock struct { DoSomeAnotherStub func(http.Response) DoSomethingStub func(http.Request) // contains filtered or unexported fields }
func (*HandlersMockMock) DoSomeAnother ¶
func (fake *HandlersMockMock) DoSomeAnother(arg1 http.Response)
func (*HandlersMockMock) DoSomeAnotherArgsForCall ¶
func (fake *HandlersMockMock) DoSomeAnotherArgsForCall(i int) http.Response
func (*HandlersMockMock) DoSomeAnotherCallCount ¶
func (fake *HandlersMockMock) DoSomeAnotherCallCount() int
func (*HandlersMockMock) DoSomeAnotherCalls ¶
func (fake *HandlersMockMock) DoSomeAnotherCalls(stub func(http.Response))
func (*HandlersMockMock) DoSomething ¶
func (fake *HandlersMockMock) DoSomething(arg1 http.Request)
func (*HandlersMockMock) DoSomethingArgsForCall ¶
func (fake *HandlersMockMock) DoSomethingArgsForCall(i int) http.Request
func (*HandlersMockMock) DoSomethingCallCount ¶
func (fake *HandlersMockMock) DoSomethingCallCount() int
func (*HandlersMockMock) DoSomethingCalls ¶
func (fake *HandlersMockMock) DoSomethingCalls(stub func(http.Request))
func (*HandlersMockMock) Invocations ¶
func (fake *HandlersMockMock) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.