mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-17 23:56:56 +00:00
14 lines
136 B
Go
14 lines
136 B
Go
package events
|
|
|
|
type TLSIssue struct {
|
|
eventBase
|
|
}
|
|
|
|
type ConnStatusUp struct {
|
|
eventBase
|
|
}
|
|
|
|
type ConnStatusDown struct {
|
|
eventBase
|
|
}
|