1
0
Fork 0
forked from goffee/core
core/event.go
2024-09-12 17:13:16 -05:00

6 lines
84 B
Go

package core
type Event struct {
Name string
Payload map[string]interface{}
}