8 lines
155 B
Go
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"`
|
|
}
|