mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-17 23:56:56 +00:00
GODT-1978: Auto-updates
This commit is contained in:
@ -17,7 +17,11 @@
|
||||
|
||||
package events
|
||||
|
||||
import "fmt"
|
||||
|
||||
type Event interface {
|
||||
fmt.Stringer
|
||||
|
||||
_isEvent()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user