mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-11 05:06:51 +00:00
14 lines
157 B
Go
14 lines
157 B
Go
package events
|
|
|
|
import "gitlab.protontech.ch/go/liteapi"
|
|
|
|
type TLSIssue struct {
|
|
eventBase
|
|
}
|
|
|
|
type ConnStatus struct {
|
|
eventBase
|
|
|
|
Status liteapi.Status
|
|
}
|