Documentation ¶ Index ¶ type AreaEntity func (e *AreaEntity) String() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type AreaEntity ¶ type AreaEntity struct { AreaId int `json:"area_id"` Title string `json:"title"` Pid int `json:"pid"` Initials string `json:"initials"` Sort int `json:"sort"` IsCommoned int `json:"is_commoned"` } AreaEntity func (*AreaEntity) String ¶ func (e *AreaEntity) String() string String Source Files ¶ View all Source files areaentity.go Click to show internal directories. Click to hide internal directories.