package
Version:
v0.0.0-...-3bbbf02
Opens a new window with list of versions in this module.
Published: Feb 23, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Event struct {
ID int64 `json:"id"`
StartTime int64 `json:"start_time"`
EndTime int64 `json:"end_time"`
List []*Goods `json:"list"`
}
type Info struct {
EventPrice string `json:"event_price"`
EventType string `json:"event_type"`
StartTime int64 `json:"start_time"`
EndTime int64 `json:"end_time"`
}
type Topic struct {
ID int64 `json:"id"`
Topic string `json:"topic"`
Banner string `json:"banner"`
StartTime int64 `json:"start_time"`
EndTime int64 `json:"end_time"`
List []*Event `json:"list"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.