forked from Silverfish/proton-bridge
GODT-1815: Start without internet, load users later
This commit is contained in:
@ -1,13 +1,13 @@
|
||||
package events
|
||||
|
||||
import "gitlab.protontech.ch/go/liteapi"
|
||||
|
||||
type TLSIssue struct {
|
||||
eventBase
|
||||
}
|
||||
|
||||
type ConnStatus struct {
|
||||
type ConnStatusUp struct {
|
||||
eventBase
|
||||
}
|
||||
|
||||
type ConnStatusDown struct {
|
||||
eventBase
|
||||
|
||||
Status liteapi.Status
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user