go-pingbot/ping/status.go

9 lines
94 B
Go
Raw Permalink Normal View History

2021-09-08 20:18:35 +00:00
package ping
2021-07-29 18:51:15 +00:00
var Status StatusType
type StatusType struct {
Success int64
Error int64
}