Documentation ¶
Index ¶
- Variables
- type StdConn
- func (s *StdConn) Close() (e error)
- func (s *StdConn) LocalAddr() (addr net.Addr)
- func (s *StdConn) Read(b []byte) (n int, e error)
- func (s *StdConn) RemoteAddr() (addr net.Addr)
- func (s *StdConn) SetDeadline(t time.Time) (e error)
- func (s *StdConn) SetReadDeadline(t time.Time) (e error)
- func (s *StdConn) SetWriteDeadline(t time.Time) (e error)
- func (s *StdConn) Write(b []byte) (n int, e error)
Constants ¶
This section is empty.
Variables ¶
View Source
var F, E, W, I, D, T logg.LevelPrinter = logg.GetLogPrinterSet(subsystem)
Functions ¶
This section is empty.
Types ¶
type StdConn ¶
type StdConn struct { io.ReadCloser io.WriteCloser Quit qu.C }
func New ¶
func New(in io.ReadCloser, out io.WriteCloser, quit qu.C) (s *StdConn)
func (*StdConn) RemoteAddr ¶
Click to show internal directories.
Click to hide internal directories.