Documentation ¶
Overview ¶
Copyright 2019-2020 Axetroy. All rights reserved. Apache License 2.0.
Copyright 2019-2020 Axetroy. All rights reserved. Apache License 2.0.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Terminal ¶
type Terminal struct {
// contains filtered or unexported fields
}
func NewTerminal ¶
func (*Terminal) SetCloseHandler ¶
type WebsocketStream ¶
type WebsocketStream struct { sync.RWMutex CreatedAt time.Time // 创建时间 UpdatedAt time.Time // 最新的更新时间 Meta Meta // 元信息 // contains filtered or unexported fields }
func NewWebSocketSteam ¶
func NewWebSocketSteam(connection *websocket.Conn, meta Meta) *WebsocketStream
func (*WebsocketStream) Write2Log ¶
func (r *WebsocketStream) Write2Log() error
Click to show internal directories.
Click to hide internal directories.