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)
- type Dialer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Conn ¶
func (*Conn) RemoteAddr ¶
Click to show internal directories.
Click to hide internal directories.