增加WS-Server配置定义

This commit is contained in:
2021-04-17 19:41:02 +08:00
parent c26624befb
commit 70007b036d
4 changed files with 105 additions and 0 deletions

View File

@ -59,4 +59,11 @@ type IWebsocket interface {
//
// Date : 6:55 下午 2021/3/27
GetServerPort() int
// GetWSServerConfig 获取WS-Server的配置
//
// Author : go_developer@163.com<张德满>
//
// Date : 7:01 下午 2021/4/17
GetWSServerConfig()
}