Documentation
¶
Index ¶
- type Clientdeprecated
- type Serverdeprecated
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client
deprecated
Deprecated: Use github.com/common-library/go/socket/tcp.Client instead. This type alias is provided for backward compatibility and will be removed in v2.0.0. To migrate, change:
import "github.com/common-library/go/socket"
client := &socket.Client{}
To:
import "github.com/common-library/go/socket/tcp"
client := &tcp.Client{}
type Server
deprecated
Deprecated: Use github.com/common-library/go/socket/tcp.Server instead. This type alias is provided for backward compatibility and will be removed in v2.0.0. To migrate, change:
import "github.com/common-library/go/socket"
server := &socket.Server{}
To:
import "github.com/common-library/go/socket/tcp"
server := &tcp.Server{}
Directories
¶
| Path | Synopsis |
|---|---|
|
Package tcp provides TCP socket client and server implementations.
|
Package tcp provides TCP socket client and server implementations. |
|
Package udp provides UDP socket client and server implementations.
|
Package udp provides UDP socket client and server implementations. |
Click to show internal directories.
Click to hide internal directories.