Documentation
¶
Overview ¶
Package bridge defines the bridge struct, which implements the control loop and functions of the GCS's bridge client.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type StdioConnSet ¶
type StdioConnSet struct { In transport.Connection Out transport.Connection Err transport.Connection }
StdioConnSet holds a transport.Connection for each stdio stream for a process.
func (*StdioConnSet) Close ¶
func (s *StdioConnSet) Close() error
Close closes each stdio Connection in the StdioConnSet.
Click to show internal directories.
Click to hide internal directories.