Versions in this module Expand all Collapse all v1 v1.2.5 Sep 23, 2024 Changes in this version + var ConsoleProxy = &ConsoleProxyObj + func RunEdgeTurn(req *edgeproto.ExecRequest, options *ExecOptions, ...) error + type ConsoleProxyObj struct + func (cp *ConsoleProxyObj) Add(token, port string) + func (cp *ConsoleProxyObj) Get(token string) string + func (cp *ConsoleProxyObj) Remove(token string) + type ExecOptions struct + Stdin bool + Tty bool + type WSStreamPayload struct + Code int + Data interface{}