Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeConnectionHandler
- func (fake *FakeConnectionHandler) HandleConnection(arg1 net.Conn)
- func (fake *FakeConnectionHandler) HandleConnectionArgsForCall(i int) net.Conn
- func (fake *FakeConnectionHandler) HandleConnectionCallCount() int
- func (fake *FakeConnectionHandler) HandleConnectionCalls(stub func(net.Conn))
- func (fake *FakeConnectionHandler) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeConnectionHandler ¶
type FakeConnectionHandler struct { HandleConnectionStub func(net.Conn) // contains filtered or unexported fields }
func (*FakeConnectionHandler) HandleConnection ¶
func (fake *FakeConnectionHandler) HandleConnection(arg1 net.Conn)
func (*FakeConnectionHandler) HandleConnectionArgsForCall ¶
func (fake *FakeConnectionHandler) HandleConnectionArgsForCall(i int) net.Conn
func (*FakeConnectionHandler) HandleConnectionCallCount ¶
func (fake *FakeConnectionHandler) HandleConnectionCallCount() int
func (*FakeConnectionHandler) HandleConnectionCalls ¶
func (fake *FakeConnectionHandler) HandleConnectionCalls(stub func(net.Conn))
func (*FakeConnectionHandler) Invocations ¶
func (fake *FakeConnectionHandler) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.