feat: 在面板重启时通知agent更新信息

This commit is contained in:
naiba
2024-08-02 19:41:39 +08:00
parent 22842ebc75
commit 6a70e67ef9
4 changed files with 23 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ import (
const (
_ = iota
TaskTypeHTTPGET
TaskTypeHTTPGet
TaskTypeICMPPing
TaskTypeTCPPing
TaskTypeCommand
@@ -22,6 +22,7 @@ const (
TaskTypeKeepalive
TaskTypeTerminalGRPC
TaskTypeNAT
TaskTypeReportHostInfo
)
type TerminalTask struct {