go-pingbot/backend/status.go

9 lines
97 B
Go

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