Documentation
¶
Overview ¶
Package tcproxy provides a simple wrapper around the tcproxy executable. After the generic worker is refactored into engines, plugins and a runtime, tcproxy will be a plugin instead.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TaskclusterProxy ¶
TaskclusterProxy provides access to a taskcluster-proxy process running on the OS.
func New ¶
func New(taskclusterProxyExecutable string, ipAddress string, httpPort uint16, rootURL string, creds *tcclient.Credentials) (*TaskclusterProxy, error)
New starts a tcproxy OS process using the executable specified, and returns a *TaskclusterProxy.
func (*TaskclusterProxy) Terminate ¶
func (l *TaskclusterProxy) Terminate() error
Click to show internal directories.
Click to hide internal directories.