Documentation
¶
Overview ¶
DO NOT EDIT! Code generated.
Index ¶
- Variables
- func ConnGet(ctx context.Context, name string, defaults net.Conn) net.Conn
- func ConnPut(ctx context.Context, name string, def net.Conn) net.Conn
- func NewConnDefWithConfig(ctx context.Context, conf *Config) net.Conn
- func NewConnRefWithConfig(ctx context.Context, conf *Config) net.Conn
- type Config
- type Conn
- func (o *Conn) Close() error
- func (o *Conn) LocalAddr() net.Addr
- func (o *Conn) Read(a []uint8) (int, error)
- func (o *Conn) RemoteAddr() net.Addr
- func (o *Conn) SetDeadline(time time.Time) error
- func (o *Conn) SetReadDeadline(time time.Time) error
- func (o *Conn) SetWriteDeadline(time time.Time) error
- func (o *Conn) Write(a []uint8) (int, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ConnNone _ConnNone
Functions ¶
Types ¶
type Conn ¶
func (*Conn) RemoteAddr ¶
Click to show internal directories.
Click to hide internal directories.