go-pingbot/ping/status.go

9 lines
94 B
Go

package ping
var Status StatusType
type StatusType struct {
Success int64
Error int64
}