GODT-1978: Auto-updates

This commit is contained in:
James Houlahan
2022-11-01 21:44:09 +01:00
parent 1e29a5210f
commit d093488522
16 changed files with 299 additions and 184 deletions

View File

@ -17,7 +17,11 @@
package events
import "fmt"
type Event interface {
fmt.Stringer
_isEvent()
}