mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2026-02-04 08:18:34 +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