Versions in this module Expand all Collapse all v0 v0.0.3 Jun 18, 2024 v0.0.2 Apr 19, 2024 Changes in this version + const IpcErrorIO + const IpcErrorInvalid + const IpcErrorPortInUse + const IpcErrorProtocol + const IpcErrorUnknown + var UAPISecurityDescriptor *windows.SECURITY_DESCRIPTOR — windows/amd64 + func UAPIListen(name string) (net.Listener, error) — windows/amd64 + func UAPIListen(name string, file *os.File) (net.Listener, error) — darwin/amd64, linux/amd64 + func UAPIOpen(name string) (*os.File, error) — darwin/amd64, linux/amd64 + type UAPIListener struct — darwin/amd64, linux/amd64, windows/amd64 + func (l *UAPIListener) Accept() (net.Conn, error) + func (l *UAPIListener) Addr() net.Addr + func (l *UAPIListener) Close() error