🍻 报警通知上线

This commit is contained in:
naiba
2020-12-20 12:18:27 +08:00
parent ad4fedaa9b
commit 2ae832f509
8 changed files with 330 additions and 30 deletions

View File

@@ -10,6 +10,11 @@ import (
pb "github.com/naiba/nezha/proto"
)
const (
SnapshotDelay = 3
ReportDelay = 2
)
// Conf ..
var Conf *model.Config