2016-12-02 11:51:44 +01:00

11 lines
178 B
Go

package common
// Endpoint represents an endpoint in the communication.
type Endpoint struct {
IP string
Port uint16
Name string
Cmdline string
Proc string
}