pipe

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jun 29, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChildPipe

type ChildPipe interface {
	In(data []byte) error
	Out() <-chan []byte
	Err() <-chan []byte
}

func DialNamedPipe

func DialNamedPipe(name string) (ChildPipe, error)

type Pipe

type Pipe interface {
	In() <-chan []byte
	Out(data []byte) error
	Err(data []byte) error
}

func NewNamedPipe

func NewNamedPipe(name string) (Pipe, error)

func NewStdPipe

func NewStdPipe(in io.Reader, out io.Writer, err io.Writer) Pipe

Jump to

Keyboard shortcuts

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