mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-28 04:26:43 +00:00
Other: Safer user types
This commit is contained in:
@ -2,6 +2,10 @@ package events
|
||||
|
||||
import "github.com/ProtonMail/proton-bridge/v2/internal/vault"
|
||||
|
||||
type AllUsersLoaded struct {
|
||||
eventBase
|
||||
}
|
||||
|
||||
type UserLoaded struct {
|
||||
eventBase
|
||||
|
||||
|
||||
Reference in New Issue
Block a user