trendsvo

package
v0.0.0-...-57ed434 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 12, 2023 License: AGPL-3.0 Imports: 4 Imported by: 10

Documentation

Index

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 CallMeCountReqVo struct {
	OrgId     int64  `json:"orgId"`
	UserId    int64  `json:"userId"`
	ProjectId *int64 `json:"projectId"`
	IssueId   *int64 `json:"issueId"`
}

type CreateCommentReqVo

type CreateCommentReqVo struct {
	CommentBo bo.CommentBo `json:"commentBo"`
}

type CreateCommentRespVo

type CreateCommentRespVo struct {
	CommentId int64 `json:"data"`

	vo.Err
}

type CreateTrendsReqVo

type CreateTrendsReqVo struct {
	TrendsBo *bo.TrendsBo `json:"trendsBo"`
}

type CreateTrendsRespVo

type CreateTrendsRespVo struct {
	TrendsId *int64 `json:"data"`

	vo.Err
}

type DeleteTrends

type DeleteTrends struct {
	ProjectId int64   `json:"projectId"`
	IssueIds  []int64 `json:"issueIds"`
}

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 GetIssueCommentCountRespVo

type GetIssueCommentCountRespVo struct {
	vo.Err
	Data map[int64]int64 `json:"data"`
}

type GetLatestOperatedProjectIdReq

type GetLatestOperatedProjectIdReq struct {
	OrgId      int64   `json:"orgId"`
	UserId     int64   `json:"userId"`
	ProjectIds []int64 `json:"projectIds"`
}

type GetLatestOperatedProjectIdResp

type GetLatestOperatedProjectIdResp struct {
	vo.Err
	ProjectId int64 `json:"projectId"`
}

type GetProjectLatestUpdateTimeData

type GetProjectLatestUpdateTimeData struct {
	ProjectIds []int64 `json:"projectIds"`
}

type GetProjectLatestUpdateTimeReqVo

type GetProjectLatestUpdateTimeReqVo struct {
	OrgId int64                          `json:"orgId"`
	Input GetProjectLatestUpdateTimeData `json:"input"`
}

type GetProjectLatestUpdateTimeRespVo

type GetProjectLatestUpdateTimeRespVo struct {
	vo.Err
	Data map[int64]types.Time `json:"data"`
}

type GetRecentChangeTimeReqVo

type GetRecentChangeTimeReqVo struct {
	Data OrgSlice `json:"data"`
}

type GetRecentChangeTimeRespVo

type GetRecentChangeTimeRespVo struct {
	vo.Err
	Data map[int64]time.Time `json:"data"`
}

type NoticeListReqVo

type NoticeListReqVo struct {
	UserId int64             `json:"userId"`
	OrgId  int64             `json:"orgId"`
	Page   int               `json:"page"`
	Size   int               `json:"size"`
	Input  *vo.NoticeListReq `json:"input"`
}

type NoticeListRespVo

type NoticeListRespVo struct {
	vo.Err
	Data *vo.NoticeList `json:"data"`
}

type OrgSlice

type OrgSlice struct {
	OrgIds []int64
}

type TrendListReqVo

type TrendListReqVo struct {
	Input  *vo.TrendReq
	OrgId  int64 `json:"orgId"`
	UserId int64 `json:"userId"`
}

type TrendListRespVo

type TrendListRespVo struct {
	vo.Err
	TrendList *vo.TrendsList `json:"trendList"`
}

type UnreadNoticeCountReqVo

type UnreadNoticeCountReqVo struct {
	OrgId  int64 `json:"orgId"`
	UserId int64 `json:"userId"`
}

type UnreadNoticeCountRespVo

type UnreadNoticeCountRespVo struct {
	vo.Err
	Count int64 `json:"count"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL