mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 04:36:43 +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
|
|
}
|