go-pingbot/backend/status.go

9 lines
97 B
Go
Raw Normal View History

2021-07-29 18:51:15 +00:00
package backend
var Status StatusType
type StatusType struct {
Success int64
Error int64
}