Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Session ¶
type Session struct {
// contains filtered or unexported fields
}
func New ¶
func New( sessionManager *SessionManager, ) (*Session, error)
func (*Session) Authenticate ¶
func (*Session) Ch ¶
func (c *Session) Ch() chan *proto.RPCServerEvent
func (*Session) HandleClientEvent ¶
func (c *Session) HandleClientEvent( Event *proto.RPCClientEvent, ) error
type SessionManager ¶
type SessionManager struct {
// contains filtered or unexported fields
}
func NewSessionManager ¶
func NewSessionManager() *SessionManager
func (*SessionManager) GetSession ¶
func (c *SessionManager) GetSession(session uint32) *Session
func (*SessionManager) GetSessionFromSessionId ¶
func (c *SessionManager) GetSessionFromSessionId(id string) *Session
type SessionMeta ¶
type SessionMeta struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.