Documentation ¶
Index ¶
- func AddIssueTrends(issueTrendsBo bo.IssueTrendsBo)
- func AddOrgTrends(orgTrendsBo bo.OrgTrendsBo)
- func AddProjectTrends(projectTrendsBo bo.ProjectTrendsBo)
- func CallMeCount(req trendsvo.CallMeCountReqVo) (uint64, errs.SystemErrorInfo)
- func CreateTrends(trendsBo *bo.TrendsBo, tx ...sqlbuilder.Tx) (*int64, errs.SystemErrorInfo)
- func CreateTrendsBatch(trendBos []bo.TrendsBo, tx ...sqlbuilder.Tx) errs.SystemErrorInfo
- func DeleteTrends(orgId, projectId int64, issueIds []int64) errs.SystemErrorInfo
- func GetIssueCommentCount(orgId int64, issueIds []int64) (map[int64]int64, errs.SystemErrorInfo)
- func GetNoticeList(orgId, userId int64, page, size int, input *vo.NoticeListReq) (uint64, *[]bo.NoticeBo, errs.SystemErrorInfo)
- func GetProjectLatestUpdateTime(orgId int64, projectIds []int64) (map[int64]types.Time, errs.SystemErrorInfo)
- func QueryTrends(condBo *bo.TrendsQueryCondBo) (*bo.TrendsPageBo, errs.SystemErrorInfo)
- func UnreadNoticeCount(orgId, userId int64) (uint64, errs.SystemErrorInfo)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddIssueTrends ¶
func AddIssueTrends(issueTrendsBo bo.IssueTrendsBo)
func AddOrgTrends ¶
func AddOrgTrends(orgTrendsBo bo.OrgTrendsBo)
func CallMeCount ¶
func CallMeCount(req trendsvo.CallMeCountReqVo) (uint64, errs.SystemErrorInfo)
func CreateTrends ¶
func CreateTrends(trendsBo *bo.TrendsBo, tx ...sqlbuilder.Tx) (*int64, errs.SystemErrorInfo)
* 创建动态
func CreateTrendsBatch ¶
func CreateTrendsBatch(trendBos []bo.TrendsBo, tx ...sqlbuilder.Tx) errs.SystemErrorInfo
func DeleteTrends ¶
func DeleteTrends(orgId, projectId int64, issueIds []int64) errs.SystemErrorInfo
func GetIssueCommentCount ¶
func GetNoticeList ¶
func GetNoticeList(orgId, userId int64, page, size int, input *vo.NoticeListReq) (uint64, *[]bo.NoticeBo, errs.SystemErrorInfo)
func QueryTrends ¶
func QueryTrends(condBo *bo.TrendsQueryCondBo) (*bo.TrendsPageBo, errs.SystemErrorInfo)
func UnreadNoticeCount ¶
func UnreadNoticeCount(orgId, userId int64) (uint64, errs.SystemErrorInfo)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.