Documentation ¶
Overview ¶
Package local 基于 golang chan 实现的单机 manager。
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChanManager ¶
type ChanManager struct {
// contains filtered or unexported fields
}
ChanManager 默认的本地 session manager 实现
func (*ChanManager) Start ¶
func (l *ChanManager) Start(apInfo *dto.WebsocketAP, tokenSource oauth2.TokenSource, intents *dto.Intent) error
Start 启动本地 session manager
Click to show internal directories.
Click to hide internal directories.