- package response
- type Event struct {
- Id int `json:"id"`
- GatewayName string `json:"gatewayName"`
- EventType string `json:"eventType"`
- EventCode string `json:"eventCode"`
- StartTime string `json:"startTime"`
- HandleTime string `json:"handleTime"`
- PictureUrl string `json:"pictureUrl"`
- }
|