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