package model // Ping Struct type PingSt struct { SendPk int RevcPk int LossPk int MinDelay int AvgDelay int MaxDelay int }