Matrix/entities/event/edu.go
2020-10-01 17:45:57 +02:00

8 lines
155 B
Go

package event
// TODO: Check if it can be deleted
type EDU struct {
Type string `json:"type,omitempty"`
Content string `json:"content,omitempty"`
}