Documentation
¶
Index ¶
- type Conn
- func (c *Conn) Close() (err error)
- func (c *Conn) CloseRead() (err error)
- func (c *Conn) CloseWrite() (err error)
- func (c *Conn) LocalAddr() net.Addr
- func (c *Conn) Read(b []byte) (_ int, err error)
- func (c *Conn) RemoteAddr() net.Addr
- func (c *Conn) SetDeadline(t time.Time) (err error)
- func (c *Conn) SetReadDeadline(t time.Time) (err error)
- func (c *Conn) SetWriteDeadline(t time.Time) (err error)
- func (c *Conn) Write(b []byte) (_ int, err error)
- type Dialer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Conn ¶
type Conn struct {
// contains filtered or unexported fields
}
func (*Conn) CloseWrite ¶
func (*Conn) RemoteAddr ¶
Click to show internal directories.
Click to hide internal directories.