Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TreeDir ¶
type TreeDir struct { ID string `json:"id,omitempty"` Label string `json:"label,omitempty"` Children []*TreeDir `json:"children,omitempty"` RPath string `json:"r_path,omitempty"` APath string `json:"-"` IsDir bool `json:"is_dir,omitempty"` IsHide bool `json:"is_hide,omitempty"` LastModTime string `json:"last_mod_time,omitempty"` }
Click to show internal directories.
Click to hide internal directories.