Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterAutoCreateProjectToMap ¶
func RegisterAutoCreateProjectToMap(in []*RegisterAutoCreateProject) (map[int64]*RegisterAutoCreateProject, int64)
Types ¶
type RegisterAutoCreateArea ¶
type RegisterAutoCreateProject ¶
type RegisterAutoCreateProject struct { ID int64 `json:"id"` ProjectName string `json:"projectName"` IsSysCreated int64 `json:"isSysCreated"` //是否是系统创建的,系统创建的只有管理员可以删除 Areas []*RegisterAutoCreateArea `json:"areas"` AreaMap map[int64]*RegisterAutoCreateArea `json:"-"` MaxAreaID int64 `json:"-"` }
Click to show internal directories.
Click to hide internal directories.