Documentation ¶ Index ¶ type Ping type Pong Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Ping ¶ type Ping struct { To string Timeout uint EchoMap map[string]string When time.Time Seq int Pong Pong EchoChannel chan *Ping // contains filtered or unexported fields } type Pong ¶ type Pong struct { Rtt float64 Err error } Source Files ¶ View all Source files icmpreceiver.go Click to show internal directories. Click to hide internal directories.