This commit is contained in:
2022-06-16 22:19:06 +02:00
commit 085535931f
14 changed files with 812 additions and 0 deletions

11
event.go Normal file
View File

@@ -0,0 +1,11 @@
package ceen
type Event struct {
ID string
Type string
Data any
Subject string
Sequence uint64
}