Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SessionPool ¶
type SessionPool struct {
// contains filtered or unexported fields
}
func NewSessionPool ¶
func NewSessionPool() *SessionPool
func (*SessionPool) Put ¶
func (o *SessionPool) Put(sess ISession) error
func (*SessionPool) RemoveAndClose ¶
func (o *SessionPool) RemoveAndClose(sessID string) error
type SessionType ¶
type SessionType string
const ( SessionTypeConsole SessionType = "console" SessionTypeTelnet SessionType = "telnet" )
Click to show internal directories.
Click to hide internal directories.