pipe

package
v0.75.8 Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2024 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Addr

type Addr struct {
	// contains filtered or unexported fields
}

func NewAddr

func NewAddr(name string) *Addr

func (*Addr) Network

func (p *Addr) Network() string

func (*Addr) String

func (p *Addr) String() string

type Pipe

type Pipe struct {
	// contains filtered or unexported fields
}

func NewPipe

func NewPipe(name string) *Pipe

func (*Pipe) Accept

func (p *Pipe) Accept() (net.Conn, error)

func (*Pipe) Addr

func (p *Pipe) Addr() net.Addr

func (*Pipe) Close

func (p *Pipe) Close() error

func (*Pipe) Dial

func (p *Pipe) Dial(ctx context.Context, _ string) (net.Conn, error)

func (*Pipe) DialGRPC

func (p *Pipe) DialGRPC(ctx context.Context, opts ...grpc.DialOption) (*grpc.ClientConn, error)

Jump to

Keyboard shortcuts

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