ipc

package
v0.0.0-...-8bd5ee2 Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2020 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	IpcErrorIO        = -int64(unix.EIO)
	IpcErrorProtocol  = -int64(unix.EPROTO)
	IpcErrorInvalid   = -int64(unix.EINVAL)
	IpcErrorPortInUse = -int64(unix.EADDRINUSE)
)

Variables

This section is empty.

Functions

func UAPIListen

func UAPIListen(name string, file *os.File) (net.Listener, error)

func UAPIOpen

func UAPIOpen(name string) (*os.File, error)

Types

type UAPIListener

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

func (*UAPIListener) Accept

func (l *UAPIListener) Accept() (net.Conn, error)

func (*UAPIListener) Addr

func (l *UAPIListener) Addr() net.Addr

func (*UAPIListener) Close

func (l *UAPIListener) Close() error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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