mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 04:36:43 +00:00
8 lines
63 B
Go
8 lines
63 B
Go
package events
|
|
|
|
type Error struct {
|
|
eventBase
|
|
|
|
Error error
|
|
}
|