Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func NewHandler() *Handler
func (*Handler) CreateSession ¶
func (h *Handler) CreateSession() iris.Handler
func (*Handler) GetConfigFile ¶
func (h *Handler) GetConfigFile() iris.Handler
type SessionResponse ¶
type SessionResponse struct {
Token string `json:"token"`
}
type TerminalSessions ¶
type TerminalSessions struct {
// contains filtered or unexported fields
}
func NewTerminalSessions ¶
func NewTerminalSessions() *TerminalSessions
func (*TerminalSessions) Delete ¶
func (t *TerminalSessions) Delete(key string)
func (*TerminalSessions) Get ¶
func (t *TerminalSessions) Get(key string) *Session
func (*TerminalSessions) Put ¶
func (t *TerminalSessions) Put(key string, sess *Session)
Click to show internal directories.
Click to hide internal directories.