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