package http import "git.netflux.io/rob/esbot/internal/matrix" type EventsRequest struct { RawEvents []*matrix.RawEvent `json:"events"` }