Matrix/entities/event/edu.go
2020-09-28 22:37:02 +02:00

6 lines
118 B
Go

package event
type EDU struct {
Type string `json:"type,omitempty"`
Content string `json:"content,omitempty"`
}