forked from Silverfish/proton-bridge
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