Documentation ¶
Index ¶
- type AddIssueTrendsReqVo
- type AddOrgTrendsReqVo
- type AddProjectTrendsReqVo
- type CallMeCountReqVo
- type CreateCommentReqVo
- type CreateCommentRespVo
- type CreateTrendsReqVo
- type CreateTrendsRespVo
- type DeleteTrends
- type DeleteTrendsReq
- type GetIssueCommentCountData
- type GetIssueCommentCountReqVo
- type GetIssueCommentCountRespVo
- type GetLatestOperatedProjectIdReq
- type GetLatestOperatedProjectIdResp
- type GetProjectLatestUpdateTimeData
- type GetProjectLatestUpdateTimeReqVo
- type GetProjectLatestUpdateTimeRespVo
- type GetRecentChangeTimeReqVo
- type GetRecentChangeTimeRespVo
- type NoticeListReqVo
- type NoticeListRespVo
- type OrgSlice
- type TrendListReqVo
- type TrendListRespVo
- type UnreadNoticeCountReqVo
- type UnreadNoticeCountRespVo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddIssueTrendsReqVo ¶
type AddIssueTrendsReqVo struct { IssueTrendsBo bo.IssueTrendsBo `json:"issueTrendsBo"` Key string `json:"key"` }
type AddOrgTrendsReqVo ¶
type AddOrgTrendsReqVo struct {
OrgTrendsBo bo.OrgTrendsBo `json:"orgTrendsBo"`
}
type AddProjectTrendsReqVo ¶
type AddProjectTrendsReqVo struct {
ProjectTrendsBo bo.ProjectTrendsBo `json:"projectTrendsBo"`
}
type CallMeCountReqVo ¶
type CreateCommentReqVo ¶
type CreateCommentRespVo ¶
type CreateTrendsReqVo ¶
type CreateTrendsRespVo ¶
type DeleteTrends ¶
type DeleteTrendsReq ¶
type DeleteTrendsReq struct { OrgId int64 `json:"orgId"` Input DeleteTrends `json:"input"` }
type GetIssueCommentCountData ¶
type GetIssueCommentCountData struct {
IssueIds []int64 `json:"issueIds"`
}
type GetIssueCommentCountReqVo ¶
type GetIssueCommentCountReqVo struct { OrgId int64 `json:"orgId"` Input GetIssueCommentCountData `json:"input"` }
type GetProjectLatestUpdateTimeData ¶
type GetProjectLatestUpdateTimeData struct {
ProjectIds []int64 `json:"projectIds"`
}
type GetProjectLatestUpdateTimeReqVo ¶
type GetProjectLatestUpdateTimeReqVo struct { OrgId int64 `json:"orgId"` Input GetProjectLatestUpdateTimeData `json:"input"` }
type GetRecentChangeTimeReqVo ¶
type GetRecentChangeTimeReqVo struct {
Data OrgSlice `json:"data"`
}
type NoticeListReqVo ¶
type NoticeListRespVo ¶
type NoticeListRespVo struct { vo.Err Data *vo.NoticeList `json:"data"` }
type TrendListReqVo ¶
type TrendListRespVo ¶
type TrendListRespVo struct { vo.Err TrendList *vo.TrendsList `json:"trendList"` }
type UnreadNoticeCountReqVo ¶
type UnreadNoticeCountRespVo ¶
Click to show internal directories.
Click to hide internal directories.