process

package
v0.0.0-...-4c17517 Latest Latest
Warning

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

Go to latest
Published: Sep 13, 2019 License: Apache-2.0 Imports: 3 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DotNetProcess

type DotNetProcess struct {
	Pid        string
	StreamOpen chan DotNetProcessExitStatus
	// contains filtered or unexported fields
}

func NewDotNetProcess

func NewDotNetProcess(containerHandle string, client *dotnet.Client) DotNetProcess

func (DotNetProcess) ID

func (process DotNetProcess) ID() string

func (DotNetProcess) SetTTY

func (process DotNetProcess) SetTTY(ttyspec garden.TTYSpec) error

func (DotNetProcess) Signal

func (process DotNetProcess) Signal(signal garden.Signal) error

func (DotNetProcess) Wait

func (process DotNetProcess) Wait() (int, error)

type DotNetProcessExitStatus

type DotNetProcessExitStatus struct {
	ExitCode int
	Err      error
}

Jump to

Keyboard shortcuts

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