1
0
Fork 0
forked from goffee/core
core/event.go

7 lines
84 B
Go
Raw Normal View History

2024-09-12 18:13:16 -04:00
package core
type Event struct {
Name string
Payload map[string]interface{}
}