package
1.2.0
Repository: https://github.com/kevinlincg/gw_websocket.git
Documentation: pkg.go.dev

# Structs

No description provided by the author

# Interfaces

* 連接的定義 client連上時會產生一個新的連接 */.
No description provided by the author
把Request的Message封裝到這個Message裡面用的 */.
Msg管理器的封裝 */.
封包跟拆包封包的資料用的 可以實作這個來增加自己的加密 */.
Request 接口: 把client端的Conn跟Msg封裝在一起成為一個Request 主邏輯處理事處理Request,ws底層是讀Msg出來 */.
Router主邏輯,一個邏輯定義一個struct來處理 */.
* 定義Server的一個interface */.

# Type aliases

Connection的管理器 interface */.