esbot/internal/http/types.go

8 lines
141 B
Go
Raw Normal View History

2021-02-22 20:39:22 +01:00
package http
import "git.netflux.io/rob/esbot/internal/matrix"
type EventsRequest struct {
RawEvents []*matrix.RawEvent `json:"events"`
}