Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ConsoleProxy = &ConsoleProxyObj{}
Functions ¶
func RunEdgeTurn ¶
func RunEdgeTurn(req *edgeproto.ExecRequest, options *ExecOptions, exchangeFunc func() (*edgeproto.ExecRequest, error)) error
Types ¶
type ConsoleProxyObj ¶
type ConsoleProxyObj struct {
// contains filtered or unexported fields
}
func (*ConsoleProxyObj) Add ¶
func (cp *ConsoleProxyObj) Add(token, port string)
func (*ConsoleProxyObj) Get ¶
func (cp *ConsoleProxyObj) Get(token string) string
func (*ConsoleProxyObj) Remove ¶
func (cp *ConsoleProxyObj) Remove(token string)
type ExecOptions ¶
type WSStreamPayload ¶
type WSStreamPayload struct {
Code int `json:"code"`
Data interface{} `json:"data"`
}
Click to show internal directories.
Click to hide internal directories.