GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3520
This commit is contained in:
committed by
Jakob Borg
parent
0725e3af38
commit
bab7c8ebbf
@@ -43,6 +43,8 @@ const (
|
||||
FolderCompletion
|
||||
FolderErrors
|
||||
FolderScanProgress
|
||||
FolderPaused
|
||||
FolderResumed
|
||||
ListenAddressesChanged
|
||||
LoginAttempt
|
||||
|
||||
@@ -101,6 +103,10 @@ func (t EventType) String() string {
|
||||
return "DeviceResumed"
|
||||
case FolderScanProgress:
|
||||
return "FolderScanProgress"
|
||||
case FolderPaused:
|
||||
return "FolderPaused"
|
||||
case FolderResumed:
|
||||
return "FolderResumed"
|
||||
case ListenAddressesChanged:
|
||||
return "ListenAddressesChanged"
|
||||
case LoginAttempt:
|
||||
|
||||
Reference in New Issue
Block a user