//
pkg.gl
Category
github.com/curltech/go-colla-core
session
package
0.1.20
Repository:
https://github.com/curltech/go-colla-core.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
10
Dependents
1
Files
209 SLOC
#
Functions
GetDefault
No description provided by the author
NewSessionManager
No description provided by the author
#
Structs
Session
No description provided by the author
SessionManager
* 会话管理器获取当前会话,GetDefault().Start(),从而进一步获取会话id,会话变量的存取 */.
SessionPool
* 会话池用于存放连接上来的多个会话,会话管理器Start的时候如果是新会话,将放入会话池 */.