Documentation ¶ Index ¶ type Item type Menu func NewMenuFromJson(data []byte) (menu Menu, err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Item ¶ type Item struct { Text string `json:"text"` Href string `json:"href"` Lang string `json:"lang"` Attributes map[string]string `json:"attributes"` SubMenu Menu `json:"sub-menu"` } type Menu ¶ type Menu []Item func NewMenuFromJson ¶ func NewMenuFromJson(data []byte) (menu Menu, err error) Source Files ¶ View all Source files menu.go Click to show internal directories. Click to hide internal directories.