Documentation ¶ Rendered for linux/amd64 windows/amd64 darwin/amd64 js/wasm Index ¶ Constants Variables func FindProcessPath(network string, from netip.AddrPort, to netip.AddrPort) (string, error) Constants ¶ View Source const ( TCP = "tcp" UDP = "udp" ) Variables ¶ View Source var ( ErrInvalidNetwork = errors.New("invalid network") ErrPlatformNotSupport = errors.New("not support on this platform") ErrNotFound = errors.New("process not found") ) Functions ¶ func FindProcessPath ¶ func FindProcessPath(network string, from netip.AddrPort, to netip.AddrPort) (string, error) Types ¶ This section is empty. Source Files ¶ View all Source files process.go process_linux.go Click to show internal directories. Click to hide internal directories.