bridge

package
v0.0.0-...-d12d6dc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 6, 2017 License: MIT Imports: 13 Imported by: 0

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

func NewBridge

func NewBridge(tport transport.Transport, coreint core.Core, printErrors bool) *bridge

NewBridge produces a new bridge struct using the given Transport and Core interfaces.

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL