Other: Safer user types

This commit is contained in:
James Houlahan
2022-10-12 00:20:04 +02:00
parent 4dc32dc7f2
commit fd63611b41
35 changed files with 1253 additions and 771 deletions

View File

@ -2,6 +2,10 @@ package events
import "github.com/ProtonMail/proton-bridge/v2/internal/vault"
type AllUsersLoaded struct {
eventBase
}
type UserLoaded struct {
eventBase