send heartbeat with ping. (#16)

This commit is contained in:
Miroslav Šedivý
2022-11-11 17:58:54 +01:00
committed by GitHub
parent 482476489e
commit 2cb64d15a0
4 changed files with 21 additions and 2 deletions

View File

@ -6,6 +6,7 @@ const (
SYSTEM_SETTINGS = "system/settings"
SYSTEM_LOGS = "system/logs"
SYSTEM_DISCONNECT = "system/disconnect"
SYSTEM_HEARTBEAT = "system/heartbeat"
)
const (