//
pkg.gl
Category
github.com/taskcluster/taskcluster-cli
pkg
docker-exec-ws
package
0.9.1
Repository:
https://github.com/taskcluster/taskcluster-cli.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
10
Dependents
1
Files
338 SLOC
#
Functions
Dial
Dial will built a proper shell websocket URL, connect to the server and return an initialized shell client.
New
New creates a new v1 ShellClient from an existing websocket.
#
Constants
MaxOutstandingBytes
MaxOutstandingBytes is the maximum number of unsent bytes in the stdin buffer.
#
Structs
ShellClient
ShellClient is the implementation of github.com/taskcluster/taskcluster-worker/engines.Shell for v1 shells.