Documentation ¶ Rendered for linux/amd64 windows/amd64 darwin/amd64 js/wasm Index ¶ Constants func UAPIListen(name string, file *os.File) (net.Listener, error) func UAPIOpen(name string) (*os.File, error) type UAPIListener func (l *UAPIListener) Accept() (net.Conn, error) func (l *UAPIListener) Addr() net.Addr func (l *UAPIListener) Close() error Constants ¶ View Source const ( IpcErrorIO = -int64(unix.EIO) IpcErrorProtocol = -int64(unix.EPROTO) IpcErrorInvalid = -int64(unix.EINVAL) IpcErrorPortInUse = -int64(unix.EADDRINUSE) IpcErrorUnknown = -55 // ENOANO ) 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 Source Files ¶ View all Source files uapi_linux.go uapi_unix.go Directories ¶ Show internal Expand all Path Synopsis namedpipe Package namedpipe implements a net.Conn and net.Listener around Windows named pipes. Package namedpipe implements a net.Conn and net.Listener around Windows named pipes. Click to show internal directories. Click to hide internal directories.