mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-15 14:56:42 +00:00
Other: Add more extensive logging
This commit is contained in:
@ -21,10 +21,22 @@ type TLSIssue struct {
|
||||
eventBase
|
||||
}
|
||||
|
||||
func (event TLSIssue) String() string {
|
||||
return "TLSIssue"
|
||||
}
|
||||
|
||||
type ConnStatusUp struct {
|
||||
eventBase
|
||||
}
|
||||
|
||||
func (event ConnStatusUp) String() string {
|
||||
return "ConnStatusUp"
|
||||
}
|
||||
|
||||
type ConnStatusDown struct {
|
||||
eventBase
|
||||
}
|
||||
|
||||
func (event ConnStatusDown) String() string {
|
||||
return "ConnStatusDown"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user