Send JWT errors as specific event type

This commit is contained in:
Dane Everitt
2020-09-27 09:09:34 -07:00
parent 4748d7cb29
commit 3655b172f3
2 changed files with 5 additions and 4 deletions

View File

@@ -9,6 +9,7 @@ const (
SendServerLogsEvent = "send logs"
SendCommandEvent = "send command"
ErrorEvent = "daemon error"
JwtErrorEvent = "jwt error"
)
type Message struct {