forked from Silverfish/proton-bridge
GODT-1779: Remove go-imap
This commit is contained in:
13
internal/events/connection.go
Normal file
13
internal/events/connection.go
Normal file
@ -0,0 +1,13 @@
|
||||
package events
|
||||
|
||||
import "gitlab.protontech.ch/go/liteapi"
|
||||
|
||||
type TLSIssue struct {
|
||||
eventBase
|
||||
}
|
||||
|
||||
type ConnStatus struct {
|
||||
eventBase
|
||||
|
||||
Status liteapi.Status
|
||||
}
|
||||
Reference in New Issue
Block a user