Documentation ¶
Index ¶
- type Conn
- func (_m *Conn) Close() error
- func (_m *Conn) LocalAddr() net.Addr
- func (_m *Conn) Read(b []byte) (int, error)
- func (_m *Conn) RemoteAddr() net.Addr
- func (_m *Conn) SetDeadline(t time.Time) error
- func (_m *Conn) SetReadDeadline(t time.Time) error
- func (_m *Conn) SetWriteDeadline(t time.Time) error
- func (_m *Conn) Write(b []byte) (int, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Conn ¶
Conn is an autogenerated mock type for the Conn type
func (*Conn) RemoteAddr ¶
RemoteAddr provides a mock function with given fields:
func (*Conn) SetDeadline ¶
SetDeadline provides a mock function with given fields: t
func (*Conn) SetReadDeadline ¶
SetReadDeadline provides a mock function with given fields: t
func (*Conn) SetWriteDeadline ¶
SetWriteDeadline provides a mock function with given fields: t
Click to show internal directories.
Click to hide internal directories.