package
0.1.0
Repository: https://github.com/vince-0202/ws-cli.git
Documentation: pkg.go.dev

# Functions

NewReceiveMessage TextMessage constructor for receive message.
NewSendMessage TextMessage constructor for send message.
NewWsClient the websocket client constructor.
NewWsServer the constructor of Server.
ToServerType string to ServerType.

# Constants

Echo echo server.
Normal normal websocket server.

# Variables

ServerTypeEnum the type of websocket server.

# Structs

Client websocket client.
Server websocket socket server.
TextMessage the text-message object.

# Type aliases

ServerType the type of websocket server.