Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WsClient ¶
type WsClient struct { WsClientOpt sync.Mutex // contains filtered or unexported fields }
func NewWsClient ¶
func NewWsClient(opt WsClientOpt) (*WsClient, error)
type WsClientOpt ¶
type WsServer ¶
type WsServer struct { WsServerOpt // contains filtered or unexported fields }
func NewWsServer ¶
func NewWsServer(opt WsServerOpt) (*WsServer, error)
Click to show internal directories.
Click to hide internal directories.