Documentation
¶
Index ¶
- type AddAppMembersReq
- type AddAppMembersReqData
- type AddAppMembersResp
- type AddAppRelationReq
- type AddAppRelationResp
- type AppInfoReqVo
- type AppInfoRespVo
- type ApplyTemplateReq
- type ApplyTemplateResp
- type CancelStarAppReq
- type CreateAppInfoReqVo
- type CreateAppViewData
- type CreateAppViewReq
- type CreateAppViewResp
- type DeleteAppInfoReqVo
- type DeleteLessCodeAppReq
- type FormCreateIssueReq
- type FormCreateIssueReqForm
- type FormCreateOneResp
- type FormCreatePriorityReq
- type FormCreatePriorityReqForm
- type GetAppInfoByAppIdReq
- type GetAppInfoByAppIdResp
- type GetAppInfoByAppIdRespData
- type GetAppInfoListData
- type GetAppInfoListReq
- type GetAppInfoListResp
- type GetAppViewListReq
- type GetAppViewListResp
- type GetAppViewListRespData
- type GetAppViewListRespDataListItem
- type GetAppViewListRespDataListItemConfig
- type IsAppMemberReq
- type UpdateAppInfoReqVo
- type UpdateLessCodeAppReq
- type ViewEmptyConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddAppMembersReq ¶
type AddAppMembersReq struct { Input *AddAppMembersReqData `json:"input"` OrgId int64 `json:"orgId"` }
type AddAppMembersReqData ¶
type AddAppMembersResp ¶
type AddAppRelationReq ¶
type AddAppRelationResp ¶
type AppInfoReqVo ¶
type AppInfoReqVo struct {
AppCode string `json:"appCode"`
}
type ApplyTemplateReq ¶
type ApplyTemplateResp ¶
type CancelStarAppReq ¶
type CreateAppInfoReqVo ¶
type CreateAppInfoReqVo struct { CreateAppInfo vo.CreateAppInfoReq `json:"input"` UserId int64 `json:"userId"` OrgId int64 `json:"orgId"` }
type CreateAppViewData ¶
type CreateAppViewReq ¶
type CreateAppViewReq struct {
Reqs []CreateAppViewData `json:"reqs"`
}
type CreateAppViewResp ¶
type DeleteAppInfoReqVo ¶
type DeleteAppInfoReqVo struct { Input vo.DeleteAppInfoReq `json:"input"` UserId int64 `json:"userId"` OrgId int64 `json:"orgId"` }
type DeleteLessCodeAppReq ¶
type FormCreateIssueReq ¶
type FormCreateIssueReq struct { AppId int64 `json:"appId"` OrgId int64 `json:"orgId"` UserId int64 `json:"userId"` Form []*FormCreateIssueReqForm `json:"form"` }
type FormCreateIssueReqForm ¶
type FormCreateIssueReqForm struct { ProjectIds []int64 `json:"_field_polaris_project_id"` Code string `json:"_field_polaris_issue_code"` ProjectObjectTypeId int64 `json:"_field_polaris_issue_project_object_type_id"` Path string `json:"_field_polaris_issue_path"` AuditStatus int `json:"_field_polaris_issue_audit_status"` Title string `json:"_field_polaris_issue_title"` Status string `json:"_field_polaris_issue_status"` StartTime string `json:"_field_polaris_issue_startTime"` EndTime string `json:"_field_polaris_issue_endTime"` Priority int64 `json:"_field_polaris_issue_priority"` Owner int64 `json:"_field_polaris_issue_owner"` Followers []int64 `json:"_field_polaris_issue_follower"` Tags []int64 `json:"_field_polaris_issue_tag"` }
type FormCreateOneResp ¶
type FormCreatePriorityReq ¶
type FormCreatePriorityReq struct { AppId int64 `json:"appId"` OrgId int64 `json:"orgId"` UserId int64 `json:"userId"` Form []*FormCreatePriorityReqForm `json:"form"` }
type FormCreatePriorityReqForm ¶
type FormCreatePriorityReqForm struct { ProjectIds []int64 `json:"_field_polaris_project_id"` LangCode string `json:"_field_polaris_priority_lang_code"` Name string `json:"_field_polaris_priority_name"` Type string `json:"_field_polaris_priority_type"` Sort int64 `json:"_field_polaris_priority_sort"` BgStyle string `json:"_field_polaris_priority_bg_style"` FontStyle string `json:"_field_polaris_priority_font_style"` IsDefault string `json:"_field_polaris_priority_is_default"` Remark string `json:"_field_polaris_priority_remark"` }
type GetAppInfoByAppIdReq ¶
type GetAppInfoByAppIdResp ¶
type GetAppInfoByAppIdResp struct { vo.Err Data *GetAppInfoByAppIdRespData `json:"data"` }
type GetAppInfoListData ¶
type GetAppInfoListData struct { Creator int64 `json:"creator"` DashboardId int64 `json:"dashboardId"` ExtendsId int64 `json:"extendsId"` FormId int64 `json:"formId"` Icon string `json:"icon"` Id int64 `json:"id"` Name string `json:"name"` OrgId int64 `json:"orgId"` ParentId int64 `json:"parentId"` PkgId int64 `json:"pkgId"` Status int64 `json:"status"` Type int64 `json:"type"` WorkflowFlag int64 `json:"workflowFlag"` MirrorViewId int64 `json:"mirrorViewId"` MirrorAppId int64 `json:"mirrorAppId"` ProjectId int64 `json:"projectId"` }
type GetAppInfoListReq ¶
type GetAppInfoListResp ¶
type GetAppInfoListResp struct { vo.Err Data []GetAppInfoListData `json:"data"` }
type GetAppViewListReq ¶
type GetAppViewListResp ¶
type GetAppViewListResp struct { vo.Err Data []GetAppViewListRespDataListItem `json:"data"` }
type GetAppViewListRespData ¶
type GetAppViewListRespData struct {
List []GetAppViewListRespDataListItem `json:"list"`
}
type GetAppViewListRespDataListItem ¶
type GetAppViewListRespDataListItem struct { AppID string `json:"appId"` ID string `json:"id"` IsPrivate bool `json:"isPrivate"` OrgID string `json:"orgId"` Owner string `json:"owner"` Remark string `json:"remark"` Sort string `json:"sort"` Type int `json:"type"` ViewName string `json:"viewName"` Config interface{} `json:"config"` // GetAppViewListRespDataListItemConfig }
type GetAppViewListRespDataListItemConfig ¶
type GetAppViewListRespDataListItemConfig struct { Condition interface{} `json:"condition"` RealCondition interface{} `json:"realCondition"` HiddenColumnIds []interface{} `json:"hiddenColumnIds"` LessCondition interface{} `json:"lessCondition"` LessShowCondition interface{} `json:"lessShowCondition"` Params interface{} `json:"params"` ProjectObjectTypeID int64 `json:"projectObjectTypeId"` TableId string `json:"tableId"` TableOrder []string `json:"tableOrder"` }
type IsAppMemberReq ¶
type UpdateAppInfoReqVo ¶
type UpdateAppInfoReqVo struct { Input vo.UpdateAppInfoReq `json:"input"` UserId int64 `json:"userId"` OrgId int64 `json:"orgId"` }
type UpdateLessCodeAppReq ¶
type ViewEmptyConfig ¶
type ViewEmptyConfig struct {
ProjectObjectTypeId int64 `json:"projectObjectTypeId"`
}
Click to show internal directories.
Click to hide internal directories.