Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnectionResult ¶
type ConnectionResult struct {
// contains filtered or unexported fields
}
ConnectionResult is used to couple a possible error when accepting a connection with its result.
type TCPChatServer ¶
type TCPChatServer struct {
// contains filtered or unexported fields
}
func NewTCPChatServer ¶
func NewTCPChatServer(address string, port int) (*TCPChatServer, error)
NewTCPChatServer creates a new instance of TCPChatServer with an address and a port.
Click to show internal directories.
Click to hide internal directories.