Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Create ¶
func Create() (IConnector, IConnAcceptor)
Types ¶
type ConnWrapper ¶ added in v1.0.4
type ConnWrapper struct {
// contains filtered or unexported fields
}
func (*ConnWrapper) GetConn ¶ added in v1.0.4
func (wrapper *ConnWrapper) GetConn() net.Conn
func (*ConnWrapper) GetParams ¶ added in v1.0.4
func (wrapper *ConnWrapper) GetParams() map[string]interface{}
type IConnAcceptor ¶
type IConnAcceptor interface {
AcceptConn() (*ConnWrapper, error)
}
type IConnector ¶
Click to show internal directories.
Click to hide internal directories.