Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Menu ¶
type Menu struct {
MenuId string `json:"menuid"`
Button []MenuButton `json:"button"`
MatchRule MenuMatchRule `json:"matchrule"`
}
type MenuButton ¶
type MenuButton struct {
Name string `json:"name"`
Type string `json:"type"`
Key string `json:"key"`
SubButton []MenuButton `json:"sub_button"`
MediaId string `json:"media_id"`
Url string `json:"url"`
AppId string `json:"appid"`
PagePath string `json:"pagepath"`
Value string `json:"value"`
NewsInfo []common.News `json:"news_info"`
}
Click to show internal directories.
Click to hide internal directories.