mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-11 05:06:51 +00:00
GODT-1657: More stable sync, with some tests
This commit is contained in:
@ -2,6 +2,12 @@ package events
|
||||
|
||||
import "github.com/ProtonMail/proton-bridge/v2/internal/vault"
|
||||
|
||||
type UserLoaded struct {
|
||||
eventBase
|
||||
|
||||
UserID string
|
||||
}
|
||||
|
||||
type UserLoggedIn struct {
|
||||
eventBase
|
||||
|
||||
|
||||
Reference in New Issue
Block a user