Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HomeController ¶
type HomeController struct {
beego.Controller
}
func (*HomeController) Get ¶
func (c *HomeController) Get()
type TerminalController ¶
type TerminalController struct {
beego.Controller
}
func (*TerminalController) Get ¶
func (self *TerminalController) Get()
type TerminalSockjs ¶
type TerminalSockjs struct {
// contains filtered or unexported fields
}
func (*TerminalSockjs) Next ¶
func (self *TerminalSockjs) Next() *remotecommand.TerminalSize
实现tty size queue
func (TerminalSockjs) ServeHTTP ¶
func (self TerminalSockjs) ServeHTTP(w http.ResponseWriter, r *http.Request)
实现http.handler 接口获取入参
Click to show internal directories.
Click to hide internal directories.