Documentation
¶
Index ¶
- func AddAppMembers(req appvo.AddAppMembersReq) *appvo.AddAppMembersResp
- func AddAppRelation(req appvo.AddAppRelationReq) *appvo.AddAppRelationResp
- func ApplyTemplate(req appvo.ApplyTemplateReq) *appvo.ApplyTemplateResp
- func CancelStarApp(req appvo.CancelStarAppReq) *formvo.LessCommonIssueResp
- func CreateAppViews(req appvo.CreateAppViewReq) *appvo.CreateAppViewResp
- func CreateLessCodeApp(req *permissionvo.CreateLessCodeAppReq) *permissionvo.CreateLessCodeAppResp
- func DeleteLessCodeApp(req *appvo.DeleteLessCodeAppReq) *formvo.LessCommonIssueResp
- func FormCreateIssue(req *appvo.FormCreateIssueReq) *appvo.FormCreateOneResp
- func FormCreatePriority(req *appvo.FormCreatePriorityReq) *appvo.FormCreateOneResp
- func GetAppInfoByAppId(req *appvo.GetAppInfoByAppIdReq) *appvo.GetAppInfoByAppIdResp
- func GetAppInfoList(req appvo.GetAppInfoListReq) *appvo.GetAppInfoListResp
- func GetAppViewList(req *appvo.GetAppViewListReq) *appvo.GetAppViewListResp
- func IsAppMember(req appvo.IsAppMemberReq) *formvo.LessCommonIssueResp
- func StarApp(req appvo.CancelStarAppReq) *formvo.LessCommonIssueResp
- func UpdateLessCodeApp(req *appvo.UpdateLessCodeAppReq) *formvo.LessCommonIssueResp
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddAppMembers ¶
func AddAppMembers(req appvo.AddAppMembersReq) *appvo.AddAppMembersResp
AddAppMembers 增加项目参与人 todo 改方法暂未实现!
func AddAppRelation ¶
func AddAppRelation(req appvo.AddAppRelationReq) *appvo.AddAppRelationResp
AddAppRelation 增加应用关联关系,可用于增加应用的可见性(例如:对组织所有成员可见) 基于 app 服务:`/app/inner/api/v1/apps/add-app-relation`
func ApplyTemplate ¶
func ApplyTemplate(req appvo.ApplyTemplateReq) *appvo.ApplyTemplateResp
ApplyTemplate 应用模板
func CancelStarApp ¶
func CancelStarApp(req appvo.CancelStarAppReq) *formvo.LessCommonIssueResp
CancelStarApp 取消应用收藏
func CreateAppViews ¶
func CreateAppViews(req appvo.CreateAppViewReq) *appvo.CreateAppViewResp
CreateAppViews 批量创建视图
func CreateLessCodeApp ¶
func CreateLessCodeApp(req *permissionvo.CreateLessCodeAppReq) *permissionvo.CreateLessCodeAppResp
CreateLessCodeApp 创建管项目对应的应用
func DeleteLessCodeApp ¶
func DeleteLessCodeApp(req *appvo.DeleteLessCodeAppReq) *formvo.LessCommonIssueResp
DeleteLessCodeApp 删除项目对应的应用
func FormCreateIssue ¶
func FormCreateIssue(req *appvo.FormCreateIssueReq) *appvo.FormCreateOneResp
FormCreateIssue 新增任务数据
func FormCreatePriority ¶
func FormCreatePriority(req *appvo.FormCreatePriorityReq) *appvo.FormCreateOneResp
func GetAppInfoByAppId ¶
func GetAppInfoByAppId(req *appvo.GetAppInfoByAppIdReq) *appvo.GetAppInfoByAppIdResp
GetAppInfoByAppId 获取应用信息
func GetAppInfoList ¶
func GetAppInfoList(req appvo.GetAppInfoListReq) *appvo.GetAppInfoListResp
GetAppInfoList 获取应用列表
func GetAppViewList ¶
func GetAppViewList(req *appvo.GetAppViewListReq) *appvo.GetAppViewListResp
GetAppViewList 获取应用视图列表
func IsAppMember ¶
func IsAppMember(req appvo.IsAppMemberReq) *formvo.LessCommonIssueResp
IsAppMember 判断是否是应用成员
func UpdateLessCodeApp ¶
func UpdateLessCodeApp(req *appvo.UpdateLessCodeAppReq) *formvo.LessCommonIssueResp
UpdateLessCodeApp 更新项目对应的应用
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.