6 lines
118 B
Go
6 lines
118 B
Go
package event
|
|
|
|
type EDU struct {
|
|
Type string `json:"type,omitempty"`
|
|
Content string `json:"content,omitempty"`
|
|
}
|