package event
import "time"
type Event struct {
Time time.Time
Error error
Payload map[string]string
}