Documentation ¶
Overview ¶
The portlist package contains code that checks what ports are open and listening on the current machine.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Poller ¶
type Poller struct {
// contains filtered or unexported fields
}
Poller scans the systems for listening ports periodically and sends the results to C.
func NewPoller ¶
NewPoller returns a new portlist Poller. It returns an error if the portlist couldn't be obtained.
Click to show internal directories.
Click to hide internal directories.