🔊 v0.3.0 计划任务(定期备份等场景)

This commit is contained in:
naiba
2021-01-19 09:59:04 +08:00
parent f20a501ab4
commit d7a3ba607b
24 changed files with 417 additions and 38 deletions

View File

@@ -6,9 +6,10 @@ import (
const (
_ = iota
MonitorTypeHTTPGET
MonitorTypeICMPPing
MonitorTypeTCPPing
TaskTypeHTTPGET
TaskTypeICMPPing
TaskTypeTCPPing
TaskTypeCommand
)
type Monitor struct {