esbot/internal/http/types.go

8 lines
141 B
Go
Raw Normal View History

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