project_issue_api

package
v0.0.0-...-99908cf Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2025 License: GPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ProjectIssueApi_Create_FullMethodName                = "/project_issue_api.ProjectIssueApi/create"
	ProjectIssueApi_Update_FullMethodName                = "/project_issue_api.ProjectIssueApi/update"
	ProjectIssueApi_UpdateTitle_FullMethodName           = "/project_issue_api.ProjectIssueApi/updateTitle"
	ProjectIssueApi_UpdateContent_FullMethodName         = "/project_issue_api.ProjectIssueApi/updateContent"
	ProjectIssueApi_UpdateTagIdList_FullMethodName       = "/project_issue_api.ProjectIssueApi/updateTagIdList"
	ProjectIssueApi_UpdateExtraInfo_FullMethodName       = "/project_issue_api.ProjectIssueApi/updateExtraInfo"
	ProjectIssueApi_Get_FullMethodName                   = "/project_issue_api.ProjectIssueApi/get"
	ProjectIssueApi_Remove_FullMethodName                = "/project_issue_api.ProjectIssueApi/remove"
	ProjectIssueApi_AssignExecUser_FullMethodName        = "/project_issue_api.ProjectIssueApi/assignExecUser"
	ProjectIssueApi_AssignCheckUser_FullMethodName       = "/project_issue_api.ProjectIssueApi/assignCheckUser"
	ProjectIssueApi_ChangeState_FullMethodName           = "/project_issue_api.ProjectIssueApi/changeState"
	ProjectIssueApi_UpdateProcessStage_FullMethodName    = "/project_issue_api.ProjectIssueApi/updateProcessStage"
	ProjectIssueApi_List_FullMethodName                  = "/project_issue_api.ProjectIssueApi/list"
	ProjectIssueApi_ListId_FullMethodName                = "/project_issue_api.ProjectIssueApi/listId"
	ProjectIssueApi_ListById_FullMethodName              = "/project_issue_api.ProjectIssueApi/listById"
	ProjectIssueApi_GetMyTodoStatus_FullMethodName       = "/project_issue_api.ProjectIssueApi/getMyTodoStatus"
	ProjectIssueApi_ListMyTodo_FullMethodName            = "/project_issue_api.ProjectIssueApi/listMyTodo"
	ProjectIssueApi_ListMySimpleTodo_FullMethodName      = "/project_issue_api.ProjectIssueApi/listMySimpleTodo"
	ProjectIssueApi_ListAttrValue_FullMethodName         = "/project_issue_api.ProjectIssueApi/listAttrValue"
	ProjectIssueApi_LinkSprit_FullMethodName             = "/project_issue_api.ProjectIssueApi/linkSprit"
	ProjectIssueApi_CancelLinkSprit_FullMethodName       = "/project_issue_api.ProjectIssueApi/cancelLinkSprit"
	ProjectIssueApi_SetStartTime_FullMethodName          = "/project_issue_api.ProjectIssueApi/setStartTime"
	ProjectIssueApi_CancelStartTime_FullMethodName       = "/project_issue_api.ProjectIssueApi/cancelStartTime"
	ProjectIssueApi_SetEndTime_FullMethodName            = "/project_issue_api.ProjectIssueApi/setEndTime"
	ProjectIssueApi_CancelEndTime_FullMethodName         = "/project_issue_api.ProjectIssueApi/cancelEndTime"
	ProjectIssueApi_SetEstimateMinutes_FullMethodName    = "/project_issue_api.ProjectIssueApi/setEstimateMinutes"
	ProjectIssueApi_CancelEstimateMinutes_FullMethodName = "/project_issue_api.ProjectIssueApi/cancelEstimateMinutes"
	ProjectIssueApi_SetRemainMinutes_FullMethodName      = "/project_issue_api.ProjectIssueApi/setRemainMinutes"
	ProjectIssueApi_CancelRemainMinutes_FullMethodName   = "/project_issue_api.ProjectIssueApi/cancelRemainMinutes"
	ProjectIssueApi_SetDeadLineTime_FullMethodName       = "/project_issue_api.ProjectIssueApi/setDeadLineTime"
	ProjectIssueApi_CancelDeadLineTime_FullMethodName    = "/project_issue_api.ProjectIssueApi/cancelDeadLineTime"
	ProjectIssueApi_GetMemberState_FullMethodName        = "/project_issue_api.ProjectIssueApi/getMemberState"
	ProjectIssueApi_ListMemberState_FullMethodName       = "/project_issue_api.ProjectIssueApi/listMemberState"
	ProjectIssueApi_CreateSubIssue_FullMethodName        = "/project_issue_api.ProjectIssueApi/createSubIssue"
	ProjectIssueApi_UpdateSubIssue_FullMethodName        = "/project_issue_api.ProjectIssueApi/updateSubIssue"
	ProjectIssueApi_UpdateSubIssueState_FullMethodName   = "/project_issue_api.ProjectIssueApi/updateSubIssueState"
	ProjectIssueApi_ListSubIssue_FullMethodName          = "/project_issue_api.ProjectIssueApi/listSubIssue"
	ProjectIssueApi_RemoveSubIssue_FullMethodName        = "/project_issue_api.ProjectIssueApi/removeSubIssue"
	ProjectIssueApi_AddDependence_FullMethodName         = "/project_issue_api.ProjectIssueApi/addDependence"
	ProjectIssueApi_RemoveDependence_FullMethodName      = "/project_issue_api.ProjectIssueApi/removeDependence"
	ProjectIssueApi_ListMyDepend_FullMethodName          = "/project_issue_api.ProjectIssueApi/listMyDepend"
	ProjectIssueApi_ListDependMe_FullMethodName          = "/project_issue_api.ProjectIssueApi/listDependMe"
	ProjectIssueApi_ListVote_FullMethodName              = "/project_issue_api.ProjectIssueApi/listVote"
	ProjectIssueApi_SetVote_FullMethodName               = "/project_issue_api.ProjectIssueApi/setVote"
	ProjectIssueApi_RemoveVote_FullMethodName            = "/project_issue_api.ProjectIssueApi/removeVote"
)

Variables

View Source
var (
	ISSUE_TYPE_name = map[int32]string{
		0: "ISSUE_TYPE_TASK",
		1: "ISSUE_TYPE_BUG",
	}
	ISSUE_TYPE_value = map[string]int32{
		"ISSUE_TYPE_TASK": 0,
		"ISSUE_TYPE_BUG":  1,
	}
)

Enum value maps for ISSUE_TYPE.

View Source
var (
	ISSUE_STATE_name = map[int32]string{
		0: "ISSUE_STATE_PLAN",
		1: "ISSUE_STATE_PROCESS",
		2: "ISSUE_STATE_CHECK",
		3: "ISSUE_STATE_CLOSE",
	}
	ISSUE_STATE_value = map[string]int32{
		"ISSUE_STATE_PLAN":    0,
		"ISSUE_STATE_PROCESS": 1,
		"ISSUE_STATE_CHECK":   2,
		"ISSUE_STATE_CLOSE":   3,
	}
)

Enum value maps for ISSUE_STATE.

View Source
var (
	PROCESS_STAGE_name = map[int32]string{
		0: "PROCESS_STAGE_TODO",
		1: "PROCESS_STAGE_DOING",
		2: "PROCESS_STAGE_DONE",
	}
	PROCESS_STAGE_value = map[string]int32{
		"PROCESS_STAGE_TODO":  0,
		"PROCESS_STAGE_DOING": 1,
		"PROCESS_STAGE_DONE":  2,
	}
)

Enum value maps for PROCESS_STAGE.

View Source
var (
	TASK_PRIORITY_name = map[int32]string{
		0: "TASK_PRIORITY_LOW",
		1: "TASK_PRIORITY_MIDDLE",
		2: "TASK_PRIORITY_HIGH",
	}
	TASK_PRIORITY_value = map[string]int32{
		"TASK_PRIORITY_LOW":    0,
		"TASK_PRIORITY_MIDDLE": 1,
		"TASK_PRIORITY_HIGH":   2,
	}
)

Enum value maps for TASK_PRIORITY.

View Source
var (
	BUG_LEVEL_name = map[int32]string{
		0: "BUG_LEVEL_MINOR",
		1: "BUG_LEVEL_MAJOR",
		2: "BUG_LEVEL_CRITICAL",
		3: "BUG_LEVEL_BLOCKER",
	}
	BUG_LEVEL_value = map[string]int32{
		"BUG_LEVEL_MINOR":    0,
		"BUG_LEVEL_MAJOR":    1,
		"BUG_LEVEL_CRITICAL": 2,
		"BUG_LEVEL_BLOCKER":  3,
	}
)

Enum value maps for BUG_LEVEL.

View Source
var (
	BUG_PRIORITY_name = map[int32]string{
		0: "BUG_PRIORITY_LOW",
		1: "BUG_PRIORITY_NORMAL",
		2: "BUG_PRIORITY_HIGH",
		3: "BUG_PRIORITY_URGENT",
		4: "BUG_PRIORITY_IMMEDIATE",
	}
	BUG_PRIORITY_value = map[string]int32{
		"BUG_PRIORITY_LOW":       0,
		"BUG_PRIORITY_NORMAL":    1,
		"BUG_PRIORITY_HIGH":      2,
		"BUG_PRIORITY_URGENT":    3,
		"BUG_PRIORITY_IMMEDIATE": 4,
	}
)

Enum value maps for BUG_PRIORITY.

View Source
var (
	SORT_TYPE_name = map[int32]string{
		0: "SORT_TYPE_ASC",
		1: "SORT_TYPE_DSC",
	}
	SORT_TYPE_value = map[string]int32{
		"SORT_TYPE_ASC": 0,
		"SORT_TYPE_DSC": 1,
	}
)

Enum value maps for SORT_TYPE.

View Source
var (
	SORT_KEY_name = map[int32]string{
		0:  "SORT_KEY_UPDATE_TIME",
		1:  "SORT_KEY_CREATE_TIME",
		2:  "SORT_KEY_STATE",
		3:  "SORT_KEY_SPRIT",
		4:  "SORT_KEY_START_TIME",
		5:  "SORT_KEY_END_TIME",
		6:  "SORT_KEY_ESTIMATE_MINUTES",
		7:  "SORT_KEY_REMAIN_MINUTES",
		20: "SORT_KEY_TASK_PRIORITY",
		40: "SORT_KEY_SOFTWARE_VERSION",
		41: "SORT_KEY_BUG_PRIORITY",
		42: "SORT_KEY_BUG_LEVEL",
	}
	SORT_KEY_value = map[string]int32{
		"SORT_KEY_UPDATE_TIME":      0,
		"SORT_KEY_CREATE_TIME":      1,
		"SORT_KEY_STATE":            2,
		"SORT_KEY_SPRIT":            3,
		"SORT_KEY_START_TIME":       4,
		"SORT_KEY_END_TIME":         5,
		"SORT_KEY_ESTIMATE_MINUTES": 6,
		"SORT_KEY_REMAIN_MINUTES":   7,
		"SORT_KEY_TASK_PRIORITY":    20,
		"SORT_KEY_SOFTWARE_VERSION": 40,
		"SORT_KEY_BUG_PRIORITY":     41,
		"SORT_KEY_BUG_LEVEL":        42,
	}
)

Enum value maps for SORT_KEY.

View Source
var (
	ATTR_KEY_name = map[int32]string{
		0: "ATTR_KEY_SOFTWARE_VERSION",
	}
	ATTR_KEY_value = map[string]int32{
		"ATTR_KEY_SOFTWARE_VERSION": 0,
	}
)

Enum value maps for ATTR_KEY.

View Source
var (
	ASSGIN_USER_TYPE_name = map[int32]string{
		0: "ASSGIN_USER_ALL",
		1: "ASSGIN_USER_EXEC",
		2: "ASSGIN_USER_CHECK",
	}
	ASSGIN_USER_TYPE_value = map[string]int32{
		"ASSGIN_USER_ALL":   0,
		"ASSGIN_USER_EXEC":  1,
		"ASSGIN_USER_CHECK": 2,
	}
)

Enum value maps for ASSGIN_USER_TYPE.

View Source
var (
	CreateResponse_CODE_name = map[int32]string{
		0: "CODE_OK",
		1: "CODE_WRONG_SESSION",
		2: "CODE_NO_PROJECT",
		3: "CODE_WRONG_ISSUE_TYPE",
		4: "CODE_NO_PERMISSION",
		5: "CODE_NO_TAG",
	}
	CreateResponse_CODE_value = map[string]int32{
		"CODE_OK":               0,
		"CODE_WRONG_SESSION":    1,
		"CODE_NO_PROJECT":       2,
		"CODE_WRONG_ISSUE_TYPE": 3,
		"CODE_NO_PERMISSION":    4,
		"CODE_NO_TAG":           5,
	}
)

Enum value maps for CreateResponse_CODE.

View Source
var (
	GetResponse_CODE_name = map[int32]string{
		0: "CODE_OK",
		1: "CODE_WRONG_SESSION",
		2: "CODE_NO_PROJECT",
		3: "CODE_NO_ISSUE",
		4: "CODE_NO_PERMISSION",
	}
	GetResponse_CODE_value = map[string]int32{
		"CODE_OK":            0,
		"CODE_WRONG_SESSION": 1,
		"CODE_NO_PROJECT":    2,
		"CODE_NO_ISSUE":      3,
		"CODE_NO_PERMISSION": 4,
	}
)

Enum value maps for GetResponse_CODE.

View Source
var (
	RemoveResponse_CODE_name = map[int32]string{
		0: "CODE_OK",
		1: "CODE_WRONG_SESSION",
		2: "CODE_NO_PROJECT",
		3: "CODE_NO_ISSUE",
		4: "CODE_NO_PERMISSION",
		5: "CODE_NOT_CLOSE",
	}
	RemoveResponse_CODE_value = map[string]int32{
		"CODE_OK":            0,
		"CODE_WRONG_SESSION": 1,
		"CODE_NO_PROJECT":    2,
		"CODE_NO_ISSUE":      3,
		"CODE_NO_PERMISSION": 4,
		"CODE_NOT_CLOSE":     5,
	}
)

Enum value maps for RemoveResponse_CODE.

View Source
var (
	UpdateResponse_CODE_name = map[int32]string{
		0: "CODE_OK",
		1: "CODE_WRONG_SESSION",
		2: "CODE_NO_PROJECT",
		3: "CODE_NO_ISSUE",
		4: "CODE_WRONG_ISSUE_TYPE",
		5: "CODE_NO_PERMISSION",
		6: "CODE_NO_TAG",
	}
	UpdateResponse_CODE_value = map[string]int32{
		"CODE_OK":               0,
		"CODE_WRONG_SESSION":    1,
		"CODE_NO_PROJECT":       2,
		"CODE_NO_ISSUE":         3,
		"CODE_WRONG_ISSUE_TYPE": 4,
		"CODE_NO_PERMISSION":    5,
		"CODE_NO_TAG":           6,
	}
)

Enum value maps for UpdateResponse_CODE.

View Source
var (
	AssignExecUserResponse_CODE_name = map[int32]string{
		0: "CODE_OK",
		1: "CODE_WRONG_SESSION",
		2: "CODE_NO_PROJECT",
		3: "CODE_NO_ISSUE",
		4: "CODE_NO_PERMISSION",
		5: "CODE_WRONG_STATE",
		6: "CODE_NO_EXEC_USER",
		7: "CODE_NOT_ALLOW",
	}
	AssignExecUserResponse_CODE_value = map[string]int32{
		"CODE_OK":            0,
		"CODE_WRONG_SESSION": 1,
		"CODE_NO_PROJECT":    2,
		"CODE_NO_ISSUE":      3,
		"CODE_NO_PERMISSION": 4,
		"CODE_WRONG_STATE":   5,
		"CODE_NO_EXEC_USER":  6,
		"CODE_NOT_ALLOW":     7,
	}
)

Enum value maps for AssignExecUserResponse_CODE.

View Source
var (
	AssignCheckUserResponse_CODE_name = map[int32]string{
		0: "CODE_OK",
		1: "CODE_WRONG_SESSION",
		2: "CODE_NO_PROJECT",
		3: "CODE_NO_ISSUE",
		4: "CODE_NO_PERMISSION",
		5: "CODE_WRONG_STATE",
		6: "CODE_NO_CHECK_USER",
		7: "CODE_NOT_ALLOW",
	}
	AssignCheckUserResponse_CODE_value = map[string]int32{
		"CODE_OK":            0,
		"CODE_WRONG_SESSION": 1,
		"CODE_NO_PROJECT":    2,
		"CODE_NO_ISSUE":      3,
		"CODE_NO_PERMISSION": 4,
		"CODE_WRONG_STATE":   5,
		"CODE_NO_CHECK_USER": 6,
		"CODE_NOT_ALLOW":     7,
	}
)

Enum value maps for AssignCheckUserResponse_CODE.

View Source
var (
	ChangeStateResponse_CODE_name = map[int32]string{
		0: "CODE_OK",
		1: "CODE_WRONG_SESSION",
		2: "CODE_NO_PROJECT",
		3: "CODE_NO_ISSUE",
		4: "CODE_NO_PERMISSION",
		5: "CODE_WRONG_STATE",
	}
	ChangeStateResponse_CODE_value = map[string]int32{
		"CODE_OK":            0,
		"CODE_WRONG_SESSION": 1,
		"CODE_NO_PROJECT":    2,
		"CODE_NO_ISSUE":      3,
		"CODE_NO_PERMISSION": 4,
		"CODE_WRONG_STATE":   5,
	}
)

Enum value maps for ChangeStateResponse_CODE.

View Source
var (
	UpdateProcessStageResponse_CODE_name = map[int32]string{
		0: "CODE_OK",
		1: "CODE_WRONG_SESSION",
		2: "CODE_NO_PROJECT",
		3: "CODE_NO_ISSUE",
		4: "CODE_NO_PERMISSION",
		5: "CODE_WRONG_STATE",
	}
	UpdateProcessStageResponse_CODE_value = map[string]int32{
		"CODE_OK":            0,
		"CODE_WRONG_SESSION": 1,
		"CODE_NO_PROJECT":    2,
		"CODE_NO_ISSUE":      3,
		"CODE_NO_PERMISSION": 4,
		"CODE_WRONG_STATE":   5,
	}
)

Enum value maps for UpdateProcessStageResponse_CODE.

View Source
var (
	ListResponse_CODE_name = map[int32]string{
		0: "CODE_OK",
		1: "CODE_WRONG_SESSION",
		2: "CODE_NO_PROJECT",
		3: "CODE_NO_PERMISSION",
	}
	ListResponse_CODE_value = map[string]int32{
		"CODE_OK":            0,
		"CODE_WRONG_SESSION": 1,
		"CODE_NO_PROJECT":    2,
		"CODE_NO_PERMISSION": 3,
	}
)

Enum value maps for ListResponse_CODE.

View Source
var (
	ListIdResponse_CODE_name = map[int32]string{
		0: "CODE_OK",
		1: "CODE_WRONG_SESSION",
		2: "CODE_NO_PROJECT",
		3: "CODE_NO_PERMISSION",
	}
	ListIdResponse_CODE_value = map[string]int32{
		"CODE_OK":            0,
		"CODE_WRONG_SESSION": 1,
		"CODE_NO_PROJECT":    2,
		"CODE_NO_PERMISSION": 3,
	}
)

Enum value maps for ListIdResponse_CODE.

View Source
var (
	ListByIdResponse_CODE_name = map[int32]string{
		0: "CODE_OK",
		1: "CODE_WRONG_SESSION",
		2: "CODE_NO_PROJECT",
		3: "CODE_NO_PERMISSION",
	}
	ListByIdResponse_CODE_value = map[string]int32{
		"CODE_OK":            0,
		"CODE_WRONG_SESSION": 1,
		"CODE_NO_PROJECT":    2,
		"CODE_NO_PERMISSION": 3,
	}
)

Enum value maps for ListByIdResponse_CODE.

View Source
var (
	GetMyTodoStatusResponse_CODE_name = map[int32]string{
		0: "CODE_OK",
		1: "CODE_WRONG_SESSION",
	}
	GetMyTodoStatusResponse_CODE_value = map[string]int32{
		"CODE_OK":            0,
		"CODE_WRONG_SESSION": 1,
	}
)

Enum value maps for GetMyTodoStatusResponse_CODE.

View Source
var (
	ListMyTodoResponse_CODE_name = map[int32]string{
		0: "CODE_OK",
		1: "CODE_WRONG_SESSION",
	}
	ListMyTodoResponse_CODE_value = map[string]int32{
		"CODE_OK":            0,
		"CODE_WRONG_SESSION": 1,
	}
)

Enum value maps for ListMyTodoResponse_CODE.

View Source
var (
	ListMySimpleTodoResponse_CODE_name = map[int32]string{
		0: "CODE_OK",
		1: "CODE_WRONG_SESSION",
	}
	ListMySimpleTodoResponse_CODE_value = map[string]int32{
		"CODE_OK":            0,
		"CODE_WRONG_SESSION": 1,
	}
)

Enum value maps for ListMySimpleTodoResponse_CODE.

View Source
var (
	ListAttrValueResponse_CODE_name = map[int32]string{
		0: "CODE_OK",
		1: "CODE_WRONG_SESSION",
		2: "CODE_NO_PROJECT",
		3: "CODE_NO_PERMISSION",
	}
	ListAttrValueResponse_CODE_value = map[string]int32{
		"CODE_OK":            0,
		"CODE_WRONG_SESSION": 1,
		"CODE_NO_PROJECT":    2,
		"CODE_NO_PERMISSION": 3,
	}
)

Enum value maps for ListAttrValueResponse_CODE.

View Source
var (
	LinkSpritResponse_CODE_name = map[int32]string{
		0: "CODE_OK",
		1: "CODE_WRONG_SESSION",
		2: "CODE_NO_PROJECT",
		3: "CODE_NO_ISSUE",
		4: "CODE_NO_SPRIT",
		5: "CODE_NO_PERMISSION",
	}
	LinkSpritResponse_CODE_value = map[string]int32{
		"CODE_OK":            0,
		"CODE_WRONG_SESSION": 1,
		"CODE_NO_PROJECT":    2,
		"CODE_NO_ISSUE":      3,
		"CODE_NO_SPRIT":      4,
		"CODE_NO_PERMISSION": 5,
	}
)

Enum value maps for LinkSpritResponse_CODE.

View Source
var (
	CancelLinkSpritResponse_CODE_name = map[int32]string{
		0: "CODE_OK",
		1: "CODE_WRONG_SESSION",
		2: "CODE_NO_PROJECT",
		3: "CODE_NO_ISSUE",
		4: "CODE_NO_PERMISSION",
		5: "CODE_NO_SPRIT",
	}
	CancelLinkSpritResponse_CODE_value = map[string]int32{
		"CODE_OK":            0,
		"CODE_WRONG_SESSION": 1,
		"CODE_NO_PROJECT":    2,
		"CODE_NO_ISSUE":      3,
		"CODE_NO_PERMISSION": 4,
		"CODE_NO_SPRIT":      5,
	}
)

Enum value maps for CancelLinkSpritResponse_CODE.

View Source
var (
	SetDeadLineTimeResponse_CODE_name = map[int32]string{
		0: "CODE_OK",
		1: "CODE_WRONG_SESSION",
		2: "CODE_NO_PROJECT",
		3: "CODE_NO_ISSUE",
		4: "CODE_NO_PERMISSION",
	}
	SetDeadLineTimeResponse_CODE_value = map[string]int32{
		"CODE_OK":            0,
		"CODE_WRONG_SESSION": 1,
		"CODE_NO_PROJECT":    2,
		"CODE_NO_ISSUE":      3,
		"CODE_NO_PERMISSION": 4,
	}
)

Enum value maps for SetDeadLineTimeResponse_CODE.

View Source
var (
	CancelDeadLineTimeResponse_CODE_name = map[int32]string{
		0: "CODE_OK",
		1: "CODE_WRONG_SESSION",
		2: "CODE_NO_PROJECT",
		3: "CODE_NO_ISSUE",
		4: "CODE_NO_PERMISSION",
	}
	CancelDeadLineTimeResponse_CODE_value = map[string]int32{
		"CODE_OK":            0,
		"CODE_WRONG_SESSION": 1,
		"CODE_NO_PROJECT":    2,
		"CODE_NO_ISSUE":      3,
		"CODE_NO_PERMISSION": 4,
	}
)

Enum value maps for CancelDeadLineTimeResponse_CODE.

View Source
var (
	SetStartTimeResponse_CODE_name = map[int32]string{
		0: "CODE_OK",
		1: "CODE_WRONG_SESSION",
		2: "CODE_NO_PROJECT",
		3: "CODE_NO_ISSUE",
		4: "CODE_NO_PERMISSION",
	}
	SetStartTimeResponse_CODE_value = map[string]int32{
		"CODE_OK":            0,
		"CODE_WRONG_SESSION": 1,
		"CODE_NO_PROJECT":    2,
		"CODE_NO_ISSUE":      3,
		"CODE_NO_PERMISSION": 4,
	}
)

Enum value maps for SetStartTimeResponse_CODE.

View Source
var (
	SetEndTimeResponse_CODE_name = map[int32]string{
		0: "CODE_OK",
		1: "CODE_WRONG_SESSION",
		2: "CODE_NO_PROJECT",
		3: "CODE_NO_ISSUE",
		4: "CODE_NO_PERMISSION",
	}
	SetEndTimeResponse_CODE_value = map[string]int32{
		"CODE_OK":            0,
		"CODE_WRONG_SESSION": 1,
		"CODE_NO_PROJECT":    2,
		"CODE_NO_ISSUE":      3,
		"CODE_NO_PERMISSION": 4,
	}
)

Enum value maps for SetEndTimeResponse_CODE.

View Source
var (
	SetEstimateMinutesResponse_CODE_name = map[int32]string{
		0: "CODE_OK",
		1: "CODE_WRONG_SESSION",
		2: "CODE_NO_PROJECT",
		3: "CODE_NO_ISSUE",
		4: "CODE_NO_PERMISSION",
	}
	SetEstimateMinutesResponse_CODE_value = map[string]int32{
		"CODE_OK":            0,
		"CODE_WRONG_SESSION": 1,
		"CODE_NO_PROJECT":    2,
		"CODE_NO_ISSUE":      3,
		"CODE_NO_PERMISSION": 4,
	}
)

Enum value maps for SetEstimateMinutesResponse_CODE.

View Source
var (
	SetRemainMinutesResponse_CODE_name = map[int32]string{
		0: "CODE_OK",
		1: "CODE_WRONG_SESSION",
		2: "CODE_NO_PROJECT",
		3: "CODE_NO_ISSUE",
		4: "CODE_NO_PERMISSION",
	}
	SetRemainMinutesResponse_CODE_value = map[string]int32{
		"CODE_OK":            0,
		"CODE_WRONG_SESSION": 1,
		"CODE_NO_PROJECT":    2,
		"CODE_NO_ISSUE":      3,
		"CODE_NO_PERMISSION": 4,
	}
)

Enum value maps for SetRemainMinutesResponse_CODE.

View Source
var (
	CancelStartTimeResponse_CODE_name = map[int32]string{
		0: "CODE_OK",
		1: "CODE_WRONG_SESSION",
		2: "CODE_NO_PROJECT",
		3: "CODE_NO_ISSUE",
		4: "CODE_NO_PERMISSION",
	}
	CancelStartTimeResponse_CODE_value = map[string]int32{
		"CODE_OK":            0,
		"CODE_WRONG_SESSION": 1,
		"CODE_NO_PROJECT":    2,
		"CODE_NO_ISSUE":      3,
		"CODE_NO_PERMISSION": 4,
	}
)

Enum value maps for CancelStartTimeResponse_CODE.

View Source
var (
	CancelEndTimeResponse_CODE_name = map[int32]string{
		0: "CODE_OK",
		1: "CODE_WRONG_SESSION",
		2: "CODE_NO_PROJECT",
		3: "CODE_NO_ISSUE",
		4: "CODE_NO_PERMISSION",
	}
	CancelEndTimeResponse_CODE_value = map[string]int32{
		"CODE_OK":            0,
		"CODE_WRONG_SESSION": 1,
		"CODE_NO_PROJECT":    2,
		"CODE_NO_ISSUE":      3,
		"CODE_NO_PERMISSION": 4,
	}
)

Enum value maps for CancelEndTimeResponse_CODE.

View Source
var (
	CancelEstimateMinutesResponse_CODE_name = map[int32]string{
		0: "CODE_OK",
		1: "CODE_WRONG_SESSION",
		2: "CODE_NO_PROJECT",
		3: "CODE_NO_ISSUE",
		4: "CODE_NO_PERMISSION",
	}
	CancelEstimateMinutesResponse_CODE_value = map[string]int32{
		"CODE_OK":            0,
		"CODE_WRONG_SESSION": 1,
		"CODE_NO_PROJECT":    2,
		"CODE_NO_ISSUE":      3,
		"CODE_NO_PERMISSION": 4,
	}
)

Enum value maps for CancelEstimateMinutesResponse_CODE.

View Source
var (
	CancelRemainMinutesResponse_CODE_name = map[int32]string{
		0: "CODE_OK",
		1: "CODE_WRONG_SESSION",
		2: "CODE_NO_PROJECT",
		3: "CODE_NO_ISSUE",
		4: "CODE_NO_PERMISSION",
	}
	CancelRemainMinutesResponse_CODE_value = map[string]int32{
		"CODE_OK":            0,
		"CODE_WRONG_SESSION": 1,
		"CODE_NO_PROJECT":    2,
		"CODE_NO_ISSUE":      3,
		"CODE_NO_PERMISSION": 4,
	}
)

Enum value maps for CancelRemainMinutesResponse_CODE.

View Source
var (
	GetMemberStateResponse_CODE_name = map[int32]string{
		0: "CODE_OK",
		1: "CODE_WRONG_SESSION",
		2: "CODE_NO_PROJECT",
		3: "CODE_NO_PERMISSION",
	}
	GetMemberStateResponse_CODE_value = map[string]int32{
		"CODE_OK":            0,
		"CODE_WRONG_SESSION": 1,
		"CODE_NO_PROJECT":    2,
		"CODE_NO_PERMISSION": 3,
	}
)

Enum value maps for GetMemberStateResponse_CODE.

View Source
var (
	ListMemberStateResponse_CODE_name = map[int32]string{
		0: "CODE_OK",
		1: "CODE_WRONG_SESSION",
		2: "CODE_NO_PROJECT",
		3: "CODE_NO_PERMISSION",
	}
	ListMemberStateResponse_CODE_value = map[string]int32{
		"CODE_OK":            0,
		"CODE_WRONG_SESSION": 1,
		"CODE_NO_PROJECT":    2,
		"CODE_NO_PERMISSION": 3,
	}
)

Enum value maps for ListMemberStateResponse_CODE.

View Source
var (
	CreateSubIssueResponse_CODE_name = map[int32]string{
		0: "CODE_OK",
		1: "CODE_WRONG_SESSION",
		2: "CODE_NO_PROJECT",
		3: "CODE_NO_ISSUE",
		4: "CODE_NO_PERMISSION",
	}
	CreateSubIssueResponse_CODE_value = map[string]int32{
		"CODE_OK":            0,
		"CODE_WRONG_SESSION": 1,
		"CODE_NO_PROJECT":    2,
		"CODE_NO_ISSUE":      3,
		"CODE_NO_PERMISSION": 4,
	}
)

Enum value maps for CreateSubIssueResponse_CODE.

View Source
var (
	UpdateSubIssueResponse_CODE_name = map[int32]string{
		0: "CODE_OK",
		1: "CODE_WRONG_SESSION",
		2: "CODE_NO_PROJECT",
		3: "CODE_NO_ISSUE",
		4: "CODE_NO_PERMISSION",
		5: "CODE_NO_SUB_ISSUE",
	}
	UpdateSubIssueResponse_CODE_value = map[string]int32{
		"CODE_OK":            0,
		"CODE_WRONG_SESSION": 1,
		"CODE_NO_PROJECT":    2,
		"CODE_NO_ISSUE":      3,
		"CODE_NO_PERMISSION": 4,
		"CODE_NO_SUB_ISSUE":  5,
	}
)

Enum value maps for UpdateSubIssueResponse_CODE.

View Source
var (
	UpdateSubIssueStateResponse_CODE_name = map[int32]string{
		0: "CODE_OK",
		1: "CODE_WRONG_SESSION",
		2: "CODE_NO_PROJECT",
		3: "CODE_NO_ISSUE",
		4: "CODE_NO_PERMISSION",
		5: "CODE_NO_SUB_ISSUE",
	}
	UpdateSubIssueStateResponse_CODE_value = map[string]int32{
		"CODE_OK":            0,
		"CODE_WRONG_SESSION": 1,
		"CODE_NO_PROJECT":    2,
		"CODE_NO_ISSUE":      3,
		"CODE_NO_PERMISSION": 4,
		"CODE_NO_SUB_ISSUE":  5,
	}
)

Enum value maps for UpdateSubIssueStateResponse_CODE.

View Source
var (
	ListSubIssueResponse_CODE_name = map[int32]string{
		0: "CODE_OK",
		1: "CODE_WRONG_SESSION",
		2: "CODE_NO_PROJECT",
		3: "CODE_NO_ISSUE",
		4: "CODE_NO_PERMISSION",
	}
	ListSubIssueResponse_CODE_value = map[string]int32{
		"CODE_OK":            0,
		"CODE_WRONG_SESSION": 1,
		"CODE_NO_PROJECT":    2,
		"CODE_NO_ISSUE":      3,
		"CODE_NO_PERMISSION": 4,
	}
)

Enum value maps for ListSubIssueResponse_CODE.

View Source
var (
	RemoveSubIssueResponse_CODE_name = map[int32]string{
		0: "CODE_OK",
		1: "CODE_WRONG_SESSION",
		2: "CODE_NO_PROJECT",
		3: "CODE_NO_ISSUE",
		4: "CODE_NO_PERMISSION",
		5: "CODE_NO_SUB_ISSUE",
	}
	RemoveSubIssueResponse_CODE_value = map[string]int32{
		"CODE_OK":            0,
		"CODE_WRONG_SESSION": 1,
		"CODE_NO_PROJECT":    2,
		"CODE_NO_ISSUE":      3,
		"CODE_NO_PERMISSION": 4,
		"CODE_NO_SUB_ISSUE":  5,
	}
)

Enum value maps for RemoveSubIssueResponse_CODE.

View Source
var (
	AddDependenceResponse_CODE_name = map[int32]string{
		0: "CODE_OK",
		1: "CODE_WRONG_SESSION",
		2: "CODE_NO_PROJECT",
		3: "CODE_NO_ISSUE",
		4: "CODE_NO_PERMISSION",
		5: "CODE_NO_DEPEND_ISSUE",
		6: "CODE_NOT_DEPEND_SELF",
	}
	AddDependenceResponse_CODE_value = map[string]int32{
		"CODE_OK":              0,
		"CODE_WRONG_SESSION":   1,
		"CODE_NO_PROJECT":      2,
		"CODE_NO_ISSUE":        3,
		"CODE_NO_PERMISSION":   4,
		"CODE_NO_DEPEND_ISSUE": 5,
		"CODE_NOT_DEPEND_SELF": 6,
	}
)

Enum value maps for AddDependenceResponse_CODE.

View Source
var (
	RemoveDependenceResponse_CODE_name = map[int32]string{
		0: "CODE_OK",
		1: "CODE_WRONG_SESSION",
		2: "CODE_NO_PROJECT",
		3: "CODE_NO_ISSUE",
		4: "CODE_NO_PERMISSION",
		5: "CODE_NO_DEPEND_ISSUE",
	}
	RemoveDependenceResponse_CODE_value = map[string]int32{
		"CODE_OK":              0,
		"CODE_WRONG_SESSION":   1,
		"CODE_NO_PROJECT":      2,
		"CODE_NO_ISSUE":        3,
		"CODE_NO_PERMISSION":   4,
		"CODE_NO_DEPEND_ISSUE": 5,
	}
)

Enum value maps for RemoveDependenceResponse_CODE.

View Source
var (
	ListMyDependResponse_CODE_name = map[int32]string{
		0: "CODE_OK",
		1: "CODE_WRONG_SESSION",
		2: "CODE_NO_PROJECT",
		3: "CODE_NO_ISSUE",
		4: "CODE_NO_PERMISSION",
	}
	ListMyDependResponse_CODE_value = map[string]int32{
		"CODE_OK":            0,
		"CODE_WRONG_SESSION": 1,
		"CODE_NO_PROJECT":    2,
		"CODE_NO_ISSUE":      3,
		"CODE_NO_PERMISSION": 4,
	}
)

Enum value maps for ListMyDependResponse_CODE.

View Source
var (
	ListDependMeResponse_CODE_name = map[int32]string{
		0: "CODE_OK",
		1: "CODE_WRONG_SESSION",
		2: "CODE_NO_PROJECT",
		3: "CODE_NO_ISSUE",
		4: "CODE_NO_PERMISSION",
	}
	ListDependMeResponse_CODE_value = map[string]int32{
		"CODE_OK":            0,
		"CODE_WRONG_SESSION": 1,
		"CODE_NO_PROJECT":    2,
		"CODE_NO_ISSUE":      3,
		"CODE_NO_PERMISSION": 4,
	}
)

Enum value maps for ListDependMeResponse_CODE.

View Source
var (
	ListVoteResponse_CODE_name = map[int32]string{
		0: "CODE_OK",
		1: "CODE_WRONG_SESSION",
		2: "CODE_NO_PROJECT",
		3: "CODE_NO_ISSUE",
		4: "CODE_NO_PERMISSION",
	}
	ListVoteResponse_CODE_value = map[string]int32{
		"CODE_OK":            0,
		"CODE_WRONG_SESSION": 1,
		"CODE_NO_PROJECT":    2,
		"CODE_NO_ISSUE":      3,
		"CODE_NO_PERMISSION": 4,
	}
)

Enum value maps for ListVoteResponse_CODE.

View Source
var (
	SetVoteResponse_CODE_name = map[int32]string{
		0: "CODE_OK",
		1: "CODE_WRONG_SESSION",
		2: "CODE_NO_PROJECT",
		3: "CODE_NO_ISSUE",
		4: "CODE_NO_PERMISSION",
	}
	SetVoteResponse_CODE_value = map[string]int32{
		"CODE_OK":            0,
		"CODE_WRONG_SESSION": 1,
		"CODE_NO_PROJECT":    2,
		"CODE_NO_ISSUE":      3,
		"CODE_NO_PERMISSION": 4,
	}
)

Enum value maps for SetVoteResponse_CODE.

View Source
var (
	RemoveVoteResponse_CODE_name = map[int32]string{
		0: "CODE_OK",
		1: "CODE_WRONG_SESSION",
		2: "CODE_NO_PROJECT",
		3: "CODE_NO_ISSUE",
		4: "CODE_NO_PERMISSION",
	}
	RemoveVoteResponse_CODE_value = map[string]int32{
		"CODE_OK":            0,
		"CODE_WRONG_SESSION": 1,
		"CODE_NO_PROJECT":    2,
		"CODE_NO_ISSUE":      3,
		"CODE_NO_PERMISSION": 4,
	}
)

Enum value maps for RemoveVoteResponse_CODE.

View Source
var File_project_issue_api_proto protoreflect.FileDescriptor
View Source
var ProjectIssueApi_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "project_issue_api.ProjectIssueApi",
	HandlerType: (*ProjectIssueApiServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "create",
			Handler:    _ProjectIssueApi_Create_Handler,
		},
		{
			MethodName: "update",
			Handler:    _ProjectIssueApi_Update_Handler,
		},
		{
			MethodName: "updateTitle",
			Handler:    _ProjectIssueApi_UpdateTitle_Handler,
		},
		{
			MethodName: "updateContent",
			Handler:    _ProjectIssueApi_UpdateContent_Handler,
		},
		{
			MethodName: "updateTagIdList",
			Handler:    _ProjectIssueApi_UpdateTagIdList_Handler,
		},
		{
			MethodName: "updateExtraInfo",
			Handler:    _ProjectIssueApi_UpdateExtraInfo_Handler,
		},
		{
			MethodName: "get",
			Handler:    _ProjectIssueApi_Get_Handler,
		},
		{
			MethodName: "remove",
			Handler:    _ProjectIssueApi_Remove_Handler,
		},
		{
			MethodName: "assignExecUser",
			Handler:    _ProjectIssueApi_AssignExecUser_Handler,
		},
		{
			MethodName: "assignCheckUser",
			Handler:    _ProjectIssueApi_AssignCheckUser_Handler,
		},
		{
			MethodName: "changeState",
			Handler:    _ProjectIssueApi_ChangeState_Handler,
		},
		{
			MethodName: "updateProcessStage",
			Handler:    _ProjectIssueApi_UpdateProcessStage_Handler,
		},
		{
			MethodName: "list",
			Handler:    _ProjectIssueApi_List_Handler,
		},
		{
			MethodName: "listId",
			Handler:    _ProjectIssueApi_ListId_Handler,
		},
		{
			MethodName: "listById",
			Handler:    _ProjectIssueApi_ListById_Handler,
		},
		{
			MethodName: "getMyTodoStatus",
			Handler:    _ProjectIssueApi_GetMyTodoStatus_Handler,
		},
		{
			MethodName: "listMyTodo",
			Handler:    _ProjectIssueApi_ListMyTodo_Handler,
		},
		{
			MethodName: "listMySimpleTodo",
			Handler:    _ProjectIssueApi_ListMySimpleTodo_Handler,
		},
		{
			MethodName: "listAttrValue",
			Handler:    _ProjectIssueApi_ListAttrValue_Handler,
		},
		{
			MethodName: "linkSprit",
			Handler:    _ProjectIssueApi_LinkSprit_Handler,
		},
		{
			MethodName: "cancelLinkSprit",
			Handler:    _ProjectIssueApi_CancelLinkSprit_Handler,
		},
		{
			MethodName: "setStartTime",
			Handler:    _ProjectIssueApi_SetStartTime_Handler,
		},
		{
			MethodName: "cancelStartTime",
			Handler:    _ProjectIssueApi_CancelStartTime_Handler,
		},
		{
			MethodName: "setEndTime",
			Handler:    _ProjectIssueApi_SetEndTime_Handler,
		},
		{
			MethodName: "cancelEndTime",
			Handler:    _ProjectIssueApi_CancelEndTime_Handler,
		},
		{
			MethodName: "setEstimateMinutes",
			Handler:    _ProjectIssueApi_SetEstimateMinutes_Handler,
		},
		{
			MethodName: "cancelEstimateMinutes",
			Handler:    _ProjectIssueApi_CancelEstimateMinutes_Handler,
		},
		{
			MethodName: "setRemainMinutes",
			Handler:    _ProjectIssueApi_SetRemainMinutes_Handler,
		},
		{
			MethodName: "cancelRemainMinutes",
			Handler:    _ProjectIssueApi_CancelRemainMinutes_Handler,
		},
		{
			MethodName: "setDeadLineTime",
			Handler:    _ProjectIssueApi_SetDeadLineTime_Handler,
		},
		{
			MethodName: "cancelDeadLineTime",
			Handler:    _ProjectIssueApi_CancelDeadLineTime_Handler,
		},
		{
			MethodName: "getMemberState",
			Handler:    _ProjectIssueApi_GetMemberState_Handler,
		},
		{
			MethodName: "listMemberState",
			Handler:    _ProjectIssueApi_ListMemberState_Handler,
		},
		{
			MethodName: "createSubIssue",
			Handler:    _ProjectIssueApi_CreateSubIssue_Handler,
		},
		{
			MethodName: "updateSubIssue",
			Handler:    _ProjectIssueApi_UpdateSubIssue_Handler,
		},
		{
			MethodName: "updateSubIssueState",
			Handler:    _ProjectIssueApi_UpdateSubIssueState_Handler,
		},
		{
			MethodName: "listSubIssue",
			Handler:    _ProjectIssueApi_ListSubIssue_Handler,
		},
		{
			MethodName: "removeSubIssue",
			Handler:    _ProjectIssueApi_RemoveSubIssue_Handler,
		},
		{
			MethodName: "addDependence",
			Handler:    _ProjectIssueApi_AddDependence_Handler,
		},
		{
			MethodName: "removeDependence",
			Handler:    _ProjectIssueApi_RemoveDependence_Handler,
		},
		{
			MethodName: "listMyDepend",
			Handler:    _ProjectIssueApi_ListMyDepend_Handler,
		},
		{
			MethodName: "listDependMe",
			Handler:    _ProjectIssueApi_ListDependMe_Handler,
		},
		{
			MethodName: "listVote",
			Handler:    _ProjectIssueApi_ListVote_Handler,
		},
		{
			MethodName: "setVote",
			Handler:    _ProjectIssueApi_SetVote_Handler,
		},
		{
			MethodName: "removeVote",
			Handler:    _ProjectIssueApi_RemoveVote_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "project_issue_api.proto",
}

ProjectIssueApi_ServiceDesc is the grpc.ServiceDesc for ProjectIssueApi service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterProjectIssueApiServer

func RegisterProjectIssueApiServer(s grpc.ServiceRegistrar, srv ProjectIssueApiServer)

Types

type ASSGIN_USER_TYPE

type ASSGIN_USER_TYPE int32
const (
	ASSGIN_USER_TYPE_ASSGIN_USER_ALL   ASSGIN_USER_TYPE = 0 //执行者和检查者
	ASSGIN_USER_TYPE_ASSGIN_USER_EXEC  ASSGIN_USER_TYPE = 1 //执行者
	ASSGIN_USER_TYPE_ASSGIN_USER_CHECK ASSGIN_USER_TYPE = 2 //检查者
)

func (ASSGIN_USER_TYPE) Descriptor

func (ASSGIN_USER_TYPE) Enum

func (ASSGIN_USER_TYPE) EnumDescriptor deprecated

func (ASSGIN_USER_TYPE) EnumDescriptor() ([]byte, []int)

Deprecated: Use ASSGIN_USER_TYPE.Descriptor instead.

func (ASSGIN_USER_TYPE) Number

func (ASSGIN_USER_TYPE) String

func (x ASSGIN_USER_TYPE) String() string

func (ASSGIN_USER_TYPE) Type

type ATTR_KEY

type ATTR_KEY int32
const (
	ATTR_KEY_ATTR_KEY_SOFTWARE_VERSION ATTR_KEY = 0
)

func (ATTR_KEY) Descriptor

func (ATTR_KEY) Descriptor() protoreflect.EnumDescriptor

func (ATTR_KEY) Enum

func (x ATTR_KEY) Enum() *ATTR_KEY

func (ATTR_KEY) EnumDescriptor deprecated

func (ATTR_KEY) EnumDescriptor() ([]byte, []int)

Deprecated: Use ATTR_KEY.Descriptor instead.

func (ATTR_KEY) Number

func (x ATTR_KEY) Number() protoreflect.EnumNumber

func (ATTR_KEY) String

func (x ATTR_KEY) String() string

func (ATTR_KEY) Type

type AddDependenceRequest

type AddDependenceRequest struct {
	SessionId     string `protobuf:"bytes,1,opt,name=sessionId,proto3" json:"sessionId,omitempty"`
	ProjectId     string `protobuf:"bytes,2,opt,name=projectId,proto3" json:"projectId,omitempty"`
	IssueId       string `protobuf:"bytes,3,opt,name=issueId,proto3" json:"issueId,omitempty"`
	DependIssueId string `protobuf:"bytes,4,opt,name=dependIssueId,proto3" json:"dependIssueId,omitempty"`
	// contains filtered or unexported fields
}

func (*AddDependenceRequest) Descriptor deprecated

func (*AddDependenceRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddDependenceRequest.ProtoReflect.Descriptor instead.

func (*AddDependenceRequest) GetDependIssueId

func (x *AddDependenceRequest) GetDependIssueId() string

func (*AddDependenceRequest) GetIssueId

func (x *AddDependenceRequest) GetIssueId() string

func (*AddDependenceRequest) GetProjectId

func (x *AddDependenceRequest) GetProjectId() string

func (*AddDependenceRequest) GetSessionId

func (x *AddDependenceRequest) GetSessionId() string

func (*AddDependenceRequest) ProtoMessage

func (*AddDependenceRequest) ProtoMessage()

func (*AddDependenceRequest) ProtoReflect

func (x *AddDependenceRequest) ProtoReflect() protoreflect.Message

func (*AddDependenceRequest) Reset

func (x *AddDependenceRequest) Reset()

func (*AddDependenceRequest) String

func (x *AddDependenceRequest) String() string

type AddDependenceResponse

type AddDependenceResponse struct {
	Code   AddDependenceResponse_CODE `protobuf:"varint,1,opt,name=code,proto3,enum=project_issue_api.AddDependenceResponse_CODE" json:"code,omitempty"`
	ErrMsg string                     `protobuf:"bytes,2,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	// contains filtered or unexported fields
}

func (*AddDependenceResponse) Descriptor deprecated

func (*AddDependenceResponse) Descriptor() ([]byte, []int)

Deprecated: Use AddDependenceResponse.ProtoReflect.Descriptor instead.

func (*AddDependenceResponse) GetCode

func (*AddDependenceResponse) GetErrMsg

func (x *AddDependenceResponse) GetErrMsg() string

func (*AddDependenceResponse) ProtoMessage

func (*AddDependenceResponse) ProtoMessage()

func (*AddDependenceResponse) ProtoReflect

func (x *AddDependenceResponse) ProtoReflect() protoreflect.Message

func (*AddDependenceResponse) Reset

func (x *AddDependenceResponse) Reset()

func (*AddDependenceResponse) String

func (x *AddDependenceResponse) String() string

type AddDependenceResponse_CODE

type AddDependenceResponse_CODE int32
const (
	AddDependenceResponse_CODE_OK              AddDependenceResponse_CODE = 0
	AddDependenceResponse_CODE_WRONG_SESSION   AddDependenceResponse_CODE = 1
	AddDependenceResponse_CODE_NO_PROJECT      AddDependenceResponse_CODE = 2
	AddDependenceResponse_CODE_NO_ISSUE        AddDependenceResponse_CODE = 3
	AddDependenceResponse_CODE_NO_PERMISSION   AddDependenceResponse_CODE = 4
	AddDependenceResponse_CODE_NO_DEPEND_ISSUE AddDependenceResponse_CODE = 5
	AddDependenceResponse_CODE_NOT_DEPEND_SELF AddDependenceResponse_CODE = 6
)

func (AddDependenceResponse_CODE) Descriptor

func (AddDependenceResponse_CODE) Enum

func (AddDependenceResponse_CODE) EnumDescriptor deprecated

func (AddDependenceResponse_CODE) EnumDescriptor() ([]byte, []int)

Deprecated: Use AddDependenceResponse_CODE.Descriptor instead.

func (AddDependenceResponse_CODE) Number

func (AddDependenceResponse_CODE) String

func (AddDependenceResponse_CODE) Type

type AssignCheckUserRequest

type AssignCheckUserRequest struct {
	SessionId   string `protobuf:"bytes,1,opt,name=sessionId,proto3" json:"sessionId,omitempty"`
	ProjectId   string `protobuf:"bytes,2,opt,name=projectId,proto3" json:"projectId,omitempty"`
	IssueId     string `protobuf:"bytes,3,opt,name=issueId,proto3" json:"issueId,omitempty"`
	CheckUserId string `protobuf:"bytes,4,opt,name=checkUserId,proto3" json:"checkUserId,omitempty"`
	// contains filtered or unexported fields
}

func (*AssignCheckUserRequest) Descriptor deprecated

func (*AssignCheckUserRequest) Descriptor() ([]byte, []int)

Deprecated: Use AssignCheckUserRequest.ProtoReflect.Descriptor instead.

func (*AssignCheckUserRequest) GetCheckUserId

func (x *AssignCheckUserRequest) GetCheckUserId() string

func (*AssignCheckUserRequest) GetIssueId

func (x *AssignCheckUserRequest) GetIssueId() string

func (*AssignCheckUserRequest) GetProjectId

func (x *AssignCheckUserRequest) GetProjectId() string

func (*AssignCheckUserRequest) GetSessionId

func (x *AssignCheckUserRequest) GetSessionId() string

func (*AssignCheckUserRequest) ProtoMessage

func (*AssignCheckUserRequest) ProtoMessage()

func (*AssignCheckUserRequest) ProtoReflect

func (x *AssignCheckUserRequest) ProtoReflect() protoreflect.Message

func (*AssignCheckUserRequest) Reset

func (x *AssignCheckUserRequest) Reset()

func (*AssignCheckUserRequest) String

func (x *AssignCheckUserRequest) String() string

type AssignCheckUserResponse

type AssignCheckUserResponse struct {
	Code   AssignCheckUserResponse_CODE `protobuf:"varint,1,opt,name=code,proto3,enum=project_issue_api.AssignCheckUserResponse_CODE" json:"code,omitempty"`
	ErrMsg string                       `protobuf:"bytes,2,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	// contains filtered or unexported fields
}

func (*AssignCheckUserResponse) Descriptor deprecated

func (*AssignCheckUserResponse) Descriptor() ([]byte, []int)

Deprecated: Use AssignCheckUserResponse.ProtoReflect.Descriptor instead.

func (*AssignCheckUserResponse) GetCode

func (*AssignCheckUserResponse) GetErrMsg

func (x *AssignCheckUserResponse) GetErrMsg() string

func (*AssignCheckUserResponse) ProtoMessage

func (*AssignCheckUserResponse) ProtoMessage()

func (*AssignCheckUserResponse) ProtoReflect

func (x *AssignCheckUserResponse) ProtoReflect() protoreflect.Message

func (*AssignCheckUserResponse) Reset

func (x *AssignCheckUserResponse) Reset()

func (*AssignCheckUserResponse) String

func (x *AssignCheckUserResponse) String() string

type AssignCheckUserResponse_CODE

type AssignCheckUserResponse_CODE int32
const (
	AssignCheckUserResponse_CODE_OK            AssignCheckUserResponse_CODE = 0
	AssignCheckUserResponse_CODE_WRONG_SESSION AssignCheckUserResponse_CODE = 1
	AssignCheckUserResponse_CODE_NO_PROJECT    AssignCheckUserResponse_CODE = 2
	AssignCheckUserResponse_CODE_NO_ISSUE      AssignCheckUserResponse_CODE = 3
	AssignCheckUserResponse_CODE_NO_PERMISSION AssignCheckUserResponse_CODE = 4
	AssignCheckUserResponse_CODE_WRONG_STATE   AssignCheckUserResponse_CODE = 5
	AssignCheckUserResponse_CODE_NO_CHECK_USER AssignCheckUserResponse_CODE = 6
	AssignCheckUserResponse_CODE_NOT_ALLOW     AssignCheckUserResponse_CODE = 7
)

func (AssignCheckUserResponse_CODE) Descriptor

func (AssignCheckUserResponse_CODE) Enum

func (AssignCheckUserResponse_CODE) EnumDescriptor deprecated

func (AssignCheckUserResponse_CODE) EnumDescriptor() ([]byte, []int)

Deprecated: Use AssignCheckUserResponse_CODE.Descriptor instead.

func (AssignCheckUserResponse_CODE) Number

func (AssignCheckUserResponse_CODE) String

func (AssignCheckUserResponse_CODE) Type

type AssignExecUserRequest

type AssignExecUserRequest struct {
	SessionId  string `protobuf:"bytes,1,opt,name=sessionId,proto3" json:"sessionId,omitempty"`
	ProjectId  string `protobuf:"bytes,2,opt,name=projectId,proto3" json:"projectId,omitempty"`
	IssueId    string `protobuf:"bytes,3,opt,name=issueId,proto3" json:"issueId,omitempty"`
	ExecUserId string `protobuf:"bytes,4,opt,name=execUserId,proto3" json:"execUserId,omitempty"`
	// contains filtered or unexported fields
}

func (*AssignExecUserRequest) Descriptor deprecated

func (*AssignExecUserRequest) Descriptor() ([]byte, []int)

Deprecated: Use AssignExecUserRequest.ProtoReflect.Descriptor instead.

func (*AssignExecUserRequest) GetExecUserId

func (x *AssignExecUserRequest) GetExecUserId() string

func (*AssignExecUserRequest) GetIssueId

func (x *AssignExecUserRequest) GetIssueId() string

func (*AssignExecUserRequest) GetProjectId

func (x *AssignExecUserRequest) GetProjectId() string

func (*AssignExecUserRequest) GetSessionId

func (x *AssignExecUserRequest) GetSessionId() string

func (*AssignExecUserRequest) ProtoMessage

func (*AssignExecUserRequest) ProtoMessage()

func (*AssignExecUserRequest) ProtoReflect

func (x *AssignExecUserRequest) ProtoReflect() protoreflect.Message

func (*AssignExecUserRequest) Reset

func (x *AssignExecUserRequest) Reset()

func (*AssignExecUserRequest) String

func (x *AssignExecUserRequest) String() string

type AssignExecUserResponse

type AssignExecUserResponse struct {
	Code   AssignExecUserResponse_CODE `protobuf:"varint,1,opt,name=code,proto3,enum=project_issue_api.AssignExecUserResponse_CODE" json:"code,omitempty"`
	ErrMsg string                      `protobuf:"bytes,2,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	// contains filtered or unexported fields
}

func (*AssignExecUserResponse) Descriptor deprecated

func (*AssignExecUserResponse) Descriptor() ([]byte, []int)

Deprecated: Use AssignExecUserResponse.ProtoReflect.Descriptor instead.

func (*AssignExecUserResponse) GetCode

func (*AssignExecUserResponse) GetErrMsg

func (x *AssignExecUserResponse) GetErrMsg() string

func (*AssignExecUserResponse) ProtoMessage

func (*AssignExecUserResponse) ProtoMessage()

func (*AssignExecUserResponse) ProtoReflect

func (x *AssignExecUserResponse) ProtoReflect() protoreflect.Message

func (*AssignExecUserResponse) Reset

func (x *AssignExecUserResponse) Reset()

func (*AssignExecUserResponse) String

func (x *AssignExecUserResponse) String() string

type AssignExecUserResponse_CODE

type AssignExecUserResponse_CODE int32
const (
	AssignExecUserResponse_CODE_OK            AssignExecUserResponse_CODE = 0
	AssignExecUserResponse_CODE_WRONG_SESSION AssignExecUserResponse_CODE = 1
	AssignExecUserResponse_CODE_NO_PROJECT    AssignExecUserResponse_CODE = 2
	AssignExecUserResponse_CODE_NO_ISSUE      AssignExecUserResponse_CODE = 3
	AssignExecUserResponse_CODE_NO_PERMISSION AssignExecUserResponse_CODE = 4
	AssignExecUserResponse_CODE_WRONG_STATE   AssignExecUserResponse_CODE = 5
	AssignExecUserResponse_CODE_NO_EXEC_USER  AssignExecUserResponse_CODE = 6
	AssignExecUserResponse_CODE_NOT_ALLOW     AssignExecUserResponse_CODE = 7
)

func (AssignExecUserResponse_CODE) Descriptor

func (AssignExecUserResponse_CODE) Enum

func (AssignExecUserResponse_CODE) EnumDescriptor deprecated

func (AssignExecUserResponse_CODE) EnumDescriptor() ([]byte, []int)

Deprecated: Use AssignExecUserResponse_CODE.Descriptor instead.

func (AssignExecUserResponse_CODE) Number

func (AssignExecUserResponse_CODE) String

func (AssignExecUserResponse_CODE) Type

type BUG_LEVEL

type BUG_LEVEL int32
const (
	BUG_LEVEL_BUG_LEVEL_MINOR    BUG_LEVEL = 0 //提示
	BUG_LEVEL_BUG_LEVEL_MAJOR    BUG_LEVEL = 1 //一般
	BUG_LEVEL_BUG_LEVEL_CRITICAL BUG_LEVEL = 2 //严重
	BUG_LEVEL_BUG_LEVEL_BLOCKER  BUG_LEVEL = 3 //致命
)

func (BUG_LEVEL) Descriptor

func (BUG_LEVEL) Descriptor() protoreflect.EnumDescriptor

func (BUG_LEVEL) Enum

func (x BUG_LEVEL) Enum() *BUG_LEVEL

func (BUG_LEVEL) EnumDescriptor deprecated

func (BUG_LEVEL) EnumDescriptor() ([]byte, []int)

Deprecated: Use BUG_LEVEL.Descriptor instead.

func (BUG_LEVEL) Number

func (x BUG_LEVEL) Number() protoreflect.EnumNumber

func (BUG_LEVEL) String

func (x BUG_LEVEL) String() string

func (BUG_LEVEL) Type

type BUG_PRIORITY

type BUG_PRIORITY int32
const (
	BUG_PRIORITY_BUG_PRIORITY_LOW       BUG_PRIORITY = 0 //低优先级
	BUG_PRIORITY_BUG_PRIORITY_NORMAL    BUG_PRIORITY = 1 //正常处理
	BUG_PRIORITY_BUG_PRIORITY_HIGH      BUG_PRIORITY = 2 //高度重视
	BUG_PRIORITY_BUG_PRIORITY_URGENT    BUG_PRIORITY = 3 //急需解决
	BUG_PRIORITY_BUG_PRIORITY_IMMEDIATE BUG_PRIORITY = 4 //马上解决
)

func (BUG_PRIORITY) Descriptor

func (BUG_PRIORITY) Enum

func (x BUG_PRIORITY) Enum() *BUG_PRIORITY

func (BUG_PRIORITY) EnumDescriptor deprecated

func (BUG_PRIORITY) EnumDescriptor() ([]byte, []int)

Deprecated: Use BUG_PRIORITY.Descriptor instead.

func (BUG_PRIORITY) Number

func (BUG_PRIORITY) String

func (x BUG_PRIORITY) String() string

func (BUG_PRIORITY) Type

type BasicIssueInfo

type BasicIssueInfo struct {
	Title     string   `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
	Content   string   `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"`
	TagIdList []string `protobuf:"bytes,3,rep,name=tagIdList,proto3" json:"tagIdList,omitempty"`
	// contains filtered or unexported fields
}

func (*BasicIssueInfo) Descriptor deprecated

func (*BasicIssueInfo) Descriptor() ([]byte, []int)

Deprecated: Use BasicIssueInfo.ProtoReflect.Descriptor instead.

func (*BasicIssueInfo) GetContent

func (x *BasicIssueInfo) GetContent() string

func (*BasicIssueInfo) GetTagIdList

func (x *BasicIssueInfo) GetTagIdList() []string

func (*BasicIssueInfo) GetTitle

func (x *BasicIssueInfo) GetTitle() string

func (*BasicIssueInfo) ProtoMessage

func (*BasicIssueInfo) ProtoMessage()

func (*BasicIssueInfo) ProtoReflect

func (x *BasicIssueInfo) ProtoReflect() protoreflect.Message

func (*BasicIssueInfo) Reset

func (x *BasicIssueInfo) Reset()

func (*BasicIssueInfo) String

func (x *BasicIssueInfo) String() string

type BasicSubIssueInfo

type BasicSubIssueInfo struct {
	Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
	// contains filtered or unexported fields
}

func (*BasicSubIssueInfo) Descriptor deprecated

func (*BasicSubIssueInfo) Descriptor() ([]byte, []int)

Deprecated: Use BasicSubIssueInfo.ProtoReflect.Descriptor instead.

func (*BasicSubIssueInfo) GetTitle

func (x *BasicSubIssueInfo) GetTitle() string

func (*BasicSubIssueInfo) ProtoMessage

func (*BasicSubIssueInfo) ProtoMessage()

func (*BasicSubIssueInfo) ProtoReflect

func (x *BasicSubIssueInfo) ProtoReflect() protoreflect.Message

func (*BasicSubIssueInfo) Reset

func (x *BasicSubIssueInfo) Reset()

func (*BasicSubIssueInfo) String

func (x *BasicSubIssueInfo) String() string

type BasicVoteInfo

type BasicVoteInfo struct {
	EstimateMinutes uint32 `protobuf:"varint,1,opt,name=EstimateMinutes,proto3" json:"EstimateMinutes,omitempty"` //单位 分钟
	Important       bool   `protobuf:"varint,2,opt,name=important,proto3" json:"important,omitempty"`             //重要
	Urgency         bool   `protobuf:"varint,3,opt,name=urgency,proto3" json:"urgency,omitempty"`                 //紧急
	ExtraDesc       string `protobuf:"bytes,4,opt,name=extraDesc,proto3" json:"extraDesc,omitempty"`
	// contains filtered or unexported fields
}

func (*BasicVoteInfo) Descriptor deprecated

func (*BasicVoteInfo) Descriptor() ([]byte, []int)

Deprecated: Use BasicVoteInfo.ProtoReflect.Descriptor instead.

func (*BasicVoteInfo) GetEstimateMinutes

func (x *BasicVoteInfo) GetEstimateMinutes() uint32

func (*BasicVoteInfo) GetExtraDesc

func (x *BasicVoteInfo) GetExtraDesc() string

func (*BasicVoteInfo) GetImportant

func (x *BasicVoteInfo) GetImportant() bool

func (*BasicVoteInfo) GetUrgency

func (x *BasicVoteInfo) GetUrgency() bool

func (*BasicVoteInfo) ProtoMessage

func (*BasicVoteInfo) ProtoMessage()

func (*BasicVoteInfo) ProtoReflect

func (x *BasicVoteInfo) ProtoReflect() protoreflect.Message

func (*BasicVoteInfo) Reset

func (x *BasicVoteInfo) Reset()

func (*BasicVoteInfo) String

func (x *BasicVoteInfo) String() string

type CancelDeadLineTimeRequest

type CancelDeadLineTimeRequest struct {
	SessionId string `protobuf:"bytes,1,opt,name=sessionId,proto3" json:"sessionId,omitempty"`
	ProjectId string `protobuf:"bytes,2,opt,name=projectId,proto3" json:"projectId,omitempty"`
	IssueId   string `protobuf:"bytes,3,opt,name=issueId,proto3" json:"issueId,omitempty"`
	// contains filtered or unexported fields
}

func (*CancelDeadLineTimeRequest) Descriptor deprecated

func (*CancelDeadLineTimeRequest) Descriptor() ([]byte, []int)

Deprecated: Use CancelDeadLineTimeRequest.ProtoReflect.Descriptor instead.

func (*CancelDeadLineTimeRequest) GetIssueId

func (x *CancelDeadLineTimeRequest) GetIssueId() string

func (*CancelDeadLineTimeRequest) GetProjectId

func (x *CancelDeadLineTimeRequest) GetProjectId() string

func (*CancelDeadLineTimeRequest) GetSessionId

func (x *CancelDeadLineTimeRequest) GetSessionId() string

func (*CancelDeadLineTimeRequest) ProtoMessage

func (*CancelDeadLineTimeRequest) ProtoMessage()

func (*CancelDeadLineTimeRequest) ProtoReflect

func (*CancelDeadLineTimeRequest) Reset

func (x *CancelDeadLineTimeRequest) Reset()

func (*CancelDeadLineTimeRequest) String

func (x *CancelDeadLineTimeRequest) String() string

type CancelDeadLineTimeResponse

type CancelDeadLineTimeResponse struct {
	Code   CancelDeadLineTimeResponse_CODE `protobuf:"varint,1,opt,name=code,proto3,enum=project_issue_api.CancelDeadLineTimeResponse_CODE" json:"code,omitempty"`
	ErrMsg string                          `protobuf:"bytes,2,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	// contains filtered or unexported fields
}

func (*CancelDeadLineTimeResponse) Descriptor deprecated

func (*CancelDeadLineTimeResponse) Descriptor() ([]byte, []int)

Deprecated: Use CancelDeadLineTimeResponse.ProtoReflect.Descriptor instead.

func (*CancelDeadLineTimeResponse) GetCode

func (*CancelDeadLineTimeResponse) GetErrMsg

func (x *CancelDeadLineTimeResponse) GetErrMsg() string

func (*CancelDeadLineTimeResponse) ProtoMessage

func (*CancelDeadLineTimeResponse) ProtoMessage()

func (*CancelDeadLineTimeResponse) ProtoReflect

func (*CancelDeadLineTimeResponse) Reset

func (x *CancelDeadLineTimeResponse) Reset()

func (*CancelDeadLineTimeResponse) String

func (x *CancelDeadLineTimeResponse) String() string

type CancelDeadLineTimeResponse_CODE

type CancelDeadLineTimeResponse_CODE int32
const (
	CancelDeadLineTimeResponse_CODE_OK            CancelDeadLineTimeResponse_CODE = 0
	CancelDeadLineTimeResponse_CODE_WRONG_SESSION CancelDeadLineTimeResponse_CODE = 1
	CancelDeadLineTimeResponse_CODE_NO_PROJECT    CancelDeadLineTimeResponse_CODE = 2
	CancelDeadLineTimeResponse_CODE_NO_ISSUE      CancelDeadLineTimeResponse_CODE = 3
	CancelDeadLineTimeResponse_CODE_NO_PERMISSION CancelDeadLineTimeResponse_CODE = 4
)

func (CancelDeadLineTimeResponse_CODE) Descriptor

func (CancelDeadLineTimeResponse_CODE) Enum

func (CancelDeadLineTimeResponse_CODE) EnumDescriptor deprecated

func (CancelDeadLineTimeResponse_CODE) EnumDescriptor() ([]byte, []int)

Deprecated: Use CancelDeadLineTimeResponse_CODE.Descriptor instead.

func (CancelDeadLineTimeResponse_CODE) Number

func (CancelDeadLineTimeResponse_CODE) String

func (CancelDeadLineTimeResponse_CODE) Type

type CancelEndTimeRequest

type CancelEndTimeRequest struct {
	SessionId string `protobuf:"bytes,1,opt,name=sessionId,proto3" json:"sessionId,omitempty"`
	ProjectId string `protobuf:"bytes,2,opt,name=projectId,proto3" json:"projectId,omitempty"`
	IssueId   string `protobuf:"bytes,3,opt,name=issueId,proto3" json:"issueId,omitempty"`
	// contains filtered or unexported fields
}

func (*CancelEndTimeRequest) Descriptor deprecated

func (*CancelEndTimeRequest) Descriptor() ([]byte, []int)

Deprecated: Use CancelEndTimeRequest.ProtoReflect.Descriptor instead.

func (*CancelEndTimeRequest) GetIssueId

func (x *CancelEndTimeRequest) GetIssueId() string

func (*CancelEndTimeRequest) GetProjectId

func (x *CancelEndTimeRequest) GetProjectId() string

func (*CancelEndTimeRequest) GetSessionId

func (x *CancelEndTimeRequest) GetSessionId() string

func (*CancelEndTimeRequest) ProtoMessage

func (*CancelEndTimeRequest) ProtoMessage()

func (*CancelEndTimeRequest) ProtoReflect

func (x *CancelEndTimeRequest) ProtoReflect() protoreflect.Message

func (*CancelEndTimeRequest) Reset

func (x *CancelEndTimeRequest) Reset()

func (*CancelEndTimeRequest) String

func (x *CancelEndTimeRequest) String() string

type CancelEndTimeResponse

type CancelEndTimeResponse struct {
	Code   CancelEndTimeResponse_CODE `protobuf:"varint,1,opt,name=code,proto3,enum=project_issue_api.CancelEndTimeResponse_CODE" json:"code,omitempty"`
	ErrMsg string                     `protobuf:"bytes,2,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	// contains filtered or unexported fields
}

func (*CancelEndTimeResponse) Descriptor deprecated

func (*CancelEndTimeResponse) Descriptor() ([]byte, []int)

Deprecated: Use CancelEndTimeResponse.ProtoReflect.Descriptor instead.

func (*CancelEndTimeResponse) GetCode

func (*CancelEndTimeResponse) GetErrMsg

func (x *CancelEndTimeResponse) GetErrMsg() string

func (*CancelEndTimeResponse) ProtoMessage

func (*CancelEndTimeResponse) ProtoMessage()

func (*CancelEndTimeResponse) ProtoReflect

func (x *CancelEndTimeResponse) ProtoReflect() protoreflect.Message

func (*CancelEndTimeResponse) Reset

func (x *CancelEndTimeResponse) Reset()

func (*CancelEndTimeResponse) String

func (x *CancelEndTimeResponse) String() string

type CancelEndTimeResponse_CODE

type CancelEndTimeResponse_CODE int32
const (
	CancelEndTimeResponse_CODE_OK            CancelEndTimeResponse_CODE = 0
	CancelEndTimeResponse_CODE_WRONG_SESSION CancelEndTimeResponse_CODE = 1
	CancelEndTimeResponse_CODE_NO_PROJECT    CancelEndTimeResponse_CODE = 2
	CancelEndTimeResponse_CODE_NO_ISSUE      CancelEndTimeResponse_CODE = 3
	CancelEndTimeResponse_CODE_NO_PERMISSION CancelEndTimeResponse_CODE = 4
)

func (CancelEndTimeResponse_CODE) Descriptor

func (CancelEndTimeResponse_CODE) Enum

func (CancelEndTimeResponse_CODE) EnumDescriptor deprecated

func (CancelEndTimeResponse_CODE) EnumDescriptor() ([]byte, []int)

Deprecated: Use CancelEndTimeResponse_CODE.Descriptor instead.

func (CancelEndTimeResponse_CODE) Number

func (CancelEndTimeResponse_CODE) String

func (CancelEndTimeResponse_CODE) Type

type CancelEstimateMinutesRequest

type CancelEstimateMinutesRequest struct {
	SessionId string `protobuf:"bytes,1,opt,name=sessionId,proto3" json:"sessionId,omitempty"`
	ProjectId string `protobuf:"bytes,2,opt,name=projectId,proto3" json:"projectId,omitempty"`
	IssueId   string `protobuf:"bytes,3,opt,name=issueId,proto3" json:"issueId,omitempty"`
	// contains filtered or unexported fields
}

func (*CancelEstimateMinutesRequest) Descriptor deprecated

func (*CancelEstimateMinutesRequest) Descriptor() ([]byte, []int)

Deprecated: Use CancelEstimateMinutesRequest.ProtoReflect.Descriptor instead.

func (*CancelEstimateMinutesRequest) GetIssueId

func (x *CancelEstimateMinutesRequest) GetIssueId() string

func (*CancelEstimateMinutesRequest) GetProjectId

func (x *CancelEstimateMinutesRequest) GetProjectId() string

func (*CancelEstimateMinutesRequest) GetSessionId

func (x *CancelEstimateMinutesRequest) GetSessionId() string

func (*CancelEstimateMinutesRequest) ProtoMessage

func (*CancelEstimateMinutesRequest) ProtoMessage()

func (*CancelEstimateMinutesRequest) ProtoReflect

func (*CancelEstimateMinutesRequest) Reset

func (x *CancelEstimateMinutesRequest) Reset()

func (*CancelEstimateMinutesRequest) String

type CancelEstimateMinutesResponse

type CancelEstimateMinutesResponse struct {
	Code   CancelEstimateMinutesResponse_CODE `protobuf:"varint,1,opt,name=code,proto3,enum=project_issue_api.CancelEstimateMinutesResponse_CODE" json:"code,omitempty"`
	ErrMsg string                             `protobuf:"bytes,2,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	// contains filtered or unexported fields
}

func (*CancelEstimateMinutesResponse) Descriptor deprecated

func (*CancelEstimateMinutesResponse) Descriptor() ([]byte, []int)

Deprecated: Use CancelEstimateMinutesResponse.ProtoReflect.Descriptor instead.

func (*CancelEstimateMinutesResponse) GetCode

func (*CancelEstimateMinutesResponse) GetErrMsg

func (x *CancelEstimateMinutesResponse) GetErrMsg() string

func (*CancelEstimateMinutesResponse) ProtoMessage

func (*CancelEstimateMinutesResponse) ProtoMessage()

func (*CancelEstimateMinutesResponse) ProtoReflect

func (*CancelEstimateMinutesResponse) Reset

func (x *CancelEstimateMinutesResponse) Reset()

func (*CancelEstimateMinutesResponse) String

type CancelEstimateMinutesResponse_CODE

type CancelEstimateMinutesResponse_CODE int32
const (
	CancelEstimateMinutesResponse_CODE_OK            CancelEstimateMinutesResponse_CODE = 0
	CancelEstimateMinutesResponse_CODE_WRONG_SESSION CancelEstimateMinutesResponse_CODE = 1
	CancelEstimateMinutesResponse_CODE_NO_PROJECT    CancelEstimateMinutesResponse_CODE = 2
	CancelEstimateMinutesResponse_CODE_NO_ISSUE      CancelEstimateMinutesResponse_CODE = 3
	CancelEstimateMinutesResponse_CODE_NO_PERMISSION CancelEstimateMinutesResponse_CODE = 4
)

func (CancelEstimateMinutesResponse_CODE) Descriptor

func (CancelEstimateMinutesResponse_CODE) Enum

func (CancelEstimateMinutesResponse_CODE) EnumDescriptor deprecated

func (CancelEstimateMinutesResponse_CODE) EnumDescriptor() ([]byte, []int)

Deprecated: Use CancelEstimateMinutesResponse_CODE.Descriptor instead.

func (CancelEstimateMinutesResponse_CODE) Number

func (CancelEstimateMinutesResponse_CODE) String

func (CancelEstimateMinutesResponse_CODE) Type

type CancelLinkSpritRequest

type CancelLinkSpritRequest struct {
	SessionId string `protobuf:"bytes,1,opt,name=sessionId,proto3" json:"sessionId,omitempty"`
	ProjectId string `protobuf:"bytes,2,opt,name=projectId,proto3" json:"projectId,omitempty"`
	IssueId   string `protobuf:"bytes,3,opt,name=issueId,proto3" json:"issueId,omitempty"`
	// contains filtered or unexported fields
}

func (*CancelLinkSpritRequest) Descriptor deprecated

func (*CancelLinkSpritRequest) Descriptor() ([]byte, []int)

Deprecated: Use CancelLinkSpritRequest.ProtoReflect.Descriptor instead.

func (*CancelLinkSpritRequest) GetIssueId

func (x *CancelLinkSpritRequest) GetIssueId() string

func (*CancelLinkSpritRequest) GetProjectId

func (x *CancelLinkSpritRequest) GetProjectId() string

func (*CancelLinkSpritRequest) GetSessionId

func (x *CancelLinkSpritRequest) GetSessionId() string

func (*CancelLinkSpritRequest) ProtoMessage

func (*CancelLinkSpritRequest) ProtoMessage()

func (*CancelLinkSpritRequest) ProtoReflect

func (x *CancelLinkSpritRequest) ProtoReflect() protoreflect.Message

func (*CancelLinkSpritRequest) Reset

func (x *CancelLinkSpritRequest) Reset()

func (*CancelLinkSpritRequest) String

func (x *CancelLinkSpritRequest) String() string

type CancelLinkSpritResponse

type CancelLinkSpritResponse struct {
	Code   CancelLinkSpritResponse_CODE `protobuf:"varint,1,opt,name=code,proto3,enum=project_issue_api.CancelLinkSpritResponse_CODE" json:"code,omitempty"`
	ErrMsg string                       `protobuf:"bytes,2,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	// contains filtered or unexported fields
}

func (*CancelLinkSpritResponse) Descriptor deprecated

func (*CancelLinkSpritResponse) Descriptor() ([]byte, []int)

Deprecated: Use CancelLinkSpritResponse.ProtoReflect.Descriptor instead.

func (*CancelLinkSpritResponse) GetCode

func (*CancelLinkSpritResponse) GetErrMsg

func (x *CancelLinkSpritResponse) GetErrMsg() string

func (*CancelLinkSpritResponse) ProtoMessage

func (*CancelLinkSpritResponse) ProtoMessage()

func (*CancelLinkSpritResponse) ProtoReflect

func (x *CancelLinkSpritResponse) ProtoReflect() protoreflect.Message

func (*CancelLinkSpritResponse) Reset

func (x *CancelLinkSpritResponse) Reset()

func (*CancelLinkSpritResponse) String

func (x *CancelLinkSpritResponse) String() string

type CancelLinkSpritResponse_CODE

type CancelLinkSpritResponse_CODE int32
const (
	CancelLinkSpritResponse_CODE_OK            CancelLinkSpritResponse_CODE = 0
	CancelLinkSpritResponse_CODE_WRONG_SESSION CancelLinkSpritResponse_CODE = 1
	CancelLinkSpritResponse_CODE_NO_PROJECT    CancelLinkSpritResponse_CODE = 2
	CancelLinkSpritResponse_CODE_NO_ISSUE      CancelLinkSpritResponse_CODE = 3
	CancelLinkSpritResponse_CODE_NO_PERMISSION CancelLinkSpritResponse_CODE = 4
	CancelLinkSpritResponse_CODE_NO_SPRIT      CancelLinkSpritResponse_CODE = 5
)

func (CancelLinkSpritResponse_CODE) Descriptor

func (CancelLinkSpritResponse_CODE) Enum

func (CancelLinkSpritResponse_CODE) EnumDescriptor deprecated

func (CancelLinkSpritResponse_CODE) EnumDescriptor() ([]byte, []int)

Deprecated: Use CancelLinkSpritResponse_CODE.Descriptor instead.

func (CancelLinkSpritResponse_CODE) Number

func (CancelLinkSpritResponse_CODE) String

func (CancelLinkSpritResponse_CODE) Type

type CancelRemainMinutesRequest

type CancelRemainMinutesRequest struct {
	SessionId string `protobuf:"bytes,1,opt,name=sessionId,proto3" json:"sessionId,omitempty"`
	ProjectId string `protobuf:"bytes,2,opt,name=projectId,proto3" json:"projectId,omitempty"`
	IssueId   string `protobuf:"bytes,3,opt,name=issueId,proto3" json:"issueId,omitempty"`
	// contains filtered or unexported fields
}

func (*CancelRemainMinutesRequest) Descriptor deprecated

func (*CancelRemainMinutesRequest) Descriptor() ([]byte, []int)

Deprecated: Use CancelRemainMinutesRequest.ProtoReflect.Descriptor instead.

func (*CancelRemainMinutesRequest) GetIssueId

func (x *CancelRemainMinutesRequest) GetIssueId() string

func (*CancelRemainMinutesRequest) GetProjectId

func (x *CancelRemainMinutesRequest) GetProjectId() string

func (*CancelRemainMinutesRequest) GetSessionId

func (x *CancelRemainMinutesRequest) GetSessionId() string

func (*CancelRemainMinutesRequest) ProtoMessage

func (*CancelRemainMinutesRequest) ProtoMessage()

func (*CancelRemainMinutesRequest) ProtoReflect

func (*CancelRemainMinutesRequest) Reset

func (x *CancelRemainMinutesRequest) Reset()

func (*CancelRemainMinutesRequest) String

func (x *CancelRemainMinutesRequest) String() string

type CancelRemainMinutesResponse

type CancelRemainMinutesResponse struct {
	Code   CancelRemainMinutesResponse_CODE `protobuf:"varint,1,opt,name=code,proto3,enum=project_issue_api.CancelRemainMinutesResponse_CODE" json:"code,omitempty"`
	ErrMsg string                           `protobuf:"bytes,2,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	// contains filtered or unexported fields
}

func (*CancelRemainMinutesResponse) Descriptor deprecated

func (*CancelRemainMinutesResponse) Descriptor() ([]byte, []int)

Deprecated: Use CancelRemainMinutesResponse.ProtoReflect.Descriptor instead.

func (*CancelRemainMinutesResponse) GetCode

func (*CancelRemainMinutesResponse) GetErrMsg

func (x *CancelRemainMinutesResponse) GetErrMsg() string

func (*CancelRemainMinutesResponse) ProtoMessage

func (*CancelRemainMinutesResponse) ProtoMessage()

func (*CancelRemainMinutesResponse) ProtoReflect

func (*CancelRemainMinutesResponse) Reset

func (x *CancelRemainMinutesResponse) Reset()

func (*CancelRemainMinutesResponse) String

func (x *CancelRemainMinutesResponse) String() string

type CancelRemainMinutesResponse_CODE

type CancelRemainMinutesResponse_CODE int32
const (
	CancelRemainMinutesResponse_CODE_OK            CancelRemainMinutesResponse_CODE = 0
	CancelRemainMinutesResponse_CODE_WRONG_SESSION CancelRemainMinutesResponse_CODE = 1
	CancelRemainMinutesResponse_CODE_NO_PROJECT    CancelRemainMinutesResponse_CODE = 2
	CancelRemainMinutesResponse_CODE_NO_ISSUE      CancelRemainMinutesResponse_CODE = 3
	CancelRemainMinutesResponse_CODE_NO_PERMISSION CancelRemainMinutesResponse_CODE = 4
)

func (CancelRemainMinutesResponse_CODE) Descriptor

func (CancelRemainMinutesResponse_CODE) Enum

func (CancelRemainMinutesResponse_CODE) EnumDescriptor deprecated

func (CancelRemainMinutesResponse_CODE) EnumDescriptor() ([]byte, []int)

Deprecated: Use CancelRemainMinutesResponse_CODE.Descriptor instead.

func (CancelRemainMinutesResponse_CODE) Number

func (CancelRemainMinutesResponse_CODE) String

func (CancelRemainMinutesResponse_CODE) Type

type CancelStartTimeRequest

type CancelStartTimeRequest struct {
	SessionId string `protobuf:"bytes,1,opt,name=sessionId,proto3" json:"sessionId,omitempty"`
	ProjectId string `protobuf:"bytes,2,opt,name=projectId,proto3" json:"projectId,omitempty"`
	IssueId   string `protobuf:"bytes,3,opt,name=issueId,proto3" json:"issueId,omitempty"`
	// contains filtered or unexported fields
}

func (*CancelStartTimeRequest) Descriptor deprecated

func (*CancelStartTimeRequest) Descriptor() ([]byte, []int)

Deprecated: Use CancelStartTimeRequest.ProtoReflect.Descriptor instead.

func (*CancelStartTimeRequest) GetIssueId

func (x *CancelStartTimeRequest) GetIssueId() string

func (*CancelStartTimeRequest) GetProjectId

func (x *CancelStartTimeRequest) GetProjectId() string

func (*CancelStartTimeRequest) GetSessionId

func (x *CancelStartTimeRequest) GetSessionId() string

func (*CancelStartTimeRequest) ProtoMessage

func (*CancelStartTimeRequest) ProtoMessage()

func (*CancelStartTimeRequest) ProtoReflect

func (x *CancelStartTimeRequest) ProtoReflect() protoreflect.Message

func (*CancelStartTimeRequest) Reset

func (x *CancelStartTimeRequest) Reset()

func (*CancelStartTimeRequest) String

func (x *CancelStartTimeRequest) String() string

type CancelStartTimeResponse

type CancelStartTimeResponse struct {
	Code   CancelStartTimeResponse_CODE `protobuf:"varint,1,opt,name=code,proto3,enum=project_issue_api.CancelStartTimeResponse_CODE" json:"code,omitempty"`
	ErrMsg string                       `protobuf:"bytes,2,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	// contains filtered or unexported fields
}

func (*CancelStartTimeResponse) Descriptor deprecated

func (*CancelStartTimeResponse) Descriptor() ([]byte, []int)

Deprecated: Use CancelStartTimeResponse.ProtoReflect.Descriptor instead.

func (*CancelStartTimeResponse) GetCode

func (*CancelStartTimeResponse) GetErrMsg

func (x *CancelStartTimeResponse) GetErrMsg() string

func (*CancelStartTimeResponse) ProtoMessage

func (*CancelStartTimeResponse) ProtoMessage()

func (*CancelStartTimeResponse) ProtoReflect

func (x *CancelStartTimeResponse) ProtoReflect() protoreflect.Message

func (*CancelStartTimeResponse) Reset

func (x *CancelStartTimeResponse) Reset()

func (*CancelStartTimeResponse) String

func (x *CancelStartTimeResponse) String() string

type CancelStartTimeResponse_CODE

type CancelStartTimeResponse_CODE int32
const (
	CancelStartTimeResponse_CODE_OK            CancelStartTimeResponse_CODE = 0
	CancelStartTimeResponse_CODE_WRONG_SESSION CancelStartTimeResponse_CODE = 1
	CancelStartTimeResponse_CODE_NO_PROJECT    CancelStartTimeResponse_CODE = 2
	CancelStartTimeResponse_CODE_NO_ISSUE      CancelStartTimeResponse_CODE = 3
	CancelStartTimeResponse_CODE_NO_PERMISSION CancelStartTimeResponse_CODE = 4
)

func (CancelStartTimeResponse_CODE) Descriptor

func (CancelStartTimeResponse_CODE) Enum

func (CancelStartTimeResponse_CODE) EnumDescriptor deprecated

func (CancelStartTimeResponse_CODE) EnumDescriptor() ([]byte, []int)

Deprecated: Use CancelStartTimeResponse_CODE.Descriptor instead.

func (CancelStartTimeResponse_CODE) Number

func (CancelStartTimeResponse_CODE) String

func (CancelStartTimeResponse_CODE) Type

type ChangeStateRequest

type ChangeStateRequest struct {
	SessionId string      `protobuf:"bytes,1,opt,name=sessionId,proto3" json:"sessionId,omitempty"`
	ProjectId string      `protobuf:"bytes,2,opt,name=projectId,proto3" json:"projectId,omitempty"`
	IssueId   string      `protobuf:"bytes,3,opt,name=issueId,proto3" json:"issueId,omitempty"`
	State     ISSUE_STATE `protobuf:"varint,4,opt,name=state,proto3,enum=project_issue_api.ISSUE_STATE" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*ChangeStateRequest) Descriptor deprecated

func (*ChangeStateRequest) Descriptor() ([]byte, []int)

Deprecated: Use ChangeStateRequest.ProtoReflect.Descriptor instead.

func (*ChangeStateRequest) GetIssueId

func (x *ChangeStateRequest) GetIssueId() string

func (*ChangeStateRequest) GetProjectId

func (x *ChangeStateRequest) GetProjectId() string

func (*ChangeStateRequest) GetSessionId

func (x *ChangeStateRequest) GetSessionId() string

func (*ChangeStateRequest) GetState

func (x *ChangeStateRequest) GetState() ISSUE_STATE

func (*ChangeStateRequest) ProtoMessage

func (*ChangeStateRequest) ProtoMessage()

func (*ChangeStateRequest) ProtoReflect

func (x *ChangeStateRequest) ProtoReflect() protoreflect.Message

func (*ChangeStateRequest) Reset

func (x *ChangeStateRequest) Reset()

func (*ChangeStateRequest) String

func (x *ChangeStateRequest) String() string

type ChangeStateResponse

type ChangeStateResponse struct {
	Code   ChangeStateResponse_CODE `protobuf:"varint,1,opt,name=code,proto3,enum=project_issue_api.ChangeStateResponse_CODE" json:"code,omitempty"`
	ErrMsg string                   `protobuf:"bytes,2,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	// contains filtered or unexported fields
}

func (*ChangeStateResponse) Descriptor deprecated

func (*ChangeStateResponse) Descriptor() ([]byte, []int)

Deprecated: Use ChangeStateResponse.ProtoReflect.Descriptor instead.

func (*ChangeStateResponse) GetCode

func (*ChangeStateResponse) GetErrMsg

func (x *ChangeStateResponse) GetErrMsg() string

func (*ChangeStateResponse) ProtoMessage

func (*ChangeStateResponse) ProtoMessage()

func (*ChangeStateResponse) ProtoReflect

func (x *ChangeStateResponse) ProtoReflect() protoreflect.Message

func (*ChangeStateResponse) Reset

func (x *ChangeStateResponse) Reset()

func (*ChangeStateResponse) String

func (x *ChangeStateResponse) String() string

type ChangeStateResponse_CODE

type ChangeStateResponse_CODE int32
const (
	ChangeStateResponse_CODE_OK            ChangeStateResponse_CODE = 0
	ChangeStateResponse_CODE_WRONG_SESSION ChangeStateResponse_CODE = 1
	ChangeStateResponse_CODE_NO_PROJECT    ChangeStateResponse_CODE = 2
	ChangeStateResponse_CODE_NO_ISSUE      ChangeStateResponse_CODE = 3
	ChangeStateResponse_CODE_NO_PERMISSION ChangeStateResponse_CODE = 4
	ChangeStateResponse_CODE_WRONG_STATE   ChangeStateResponse_CODE = 5
)

func (ChangeStateResponse_CODE) Descriptor

func (ChangeStateResponse_CODE) Enum

func (ChangeStateResponse_CODE) EnumDescriptor deprecated

func (ChangeStateResponse_CODE) EnumDescriptor() ([]byte, []int)

Deprecated: Use ChangeStateResponse_CODE.Descriptor instead.

func (ChangeStateResponse_CODE) Number

func (ChangeStateResponse_CODE) String

func (x ChangeStateResponse_CODE) String() string

func (ChangeStateResponse_CODE) Type

type CreateRequest

type CreateRequest struct {
	SessionId string          `protobuf:"bytes,1,opt,name=sessionId,proto3" json:"sessionId,omitempty"`
	ProjectId string          `protobuf:"bytes,2,opt,name=projectId,proto3" json:"projectId,omitempty"`
	IssueType ISSUE_TYPE      `protobuf:"varint,3,opt,name=issueType,proto3,enum=project_issue_api.ISSUE_TYPE" json:"issueType,omitempty"`
	BasicInfo *BasicIssueInfo `protobuf:"bytes,4,opt,name=basicInfo,proto3" json:"basicInfo,omitempty"`
	// Types that are assignable to ExtraInfo:
	//
	//	*CreateRequest_ExtraTaskInfo
	//	*CreateRequest_ExtraBugInfo
	ExtraInfo isCreateRequest_ExtraInfo `protobuf_oneof:"extraInfo"`
	// contains filtered or unexported fields
}

func (*CreateRequest) Descriptor deprecated

func (*CreateRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateRequest.ProtoReflect.Descriptor instead.

func (*CreateRequest) GetBasicInfo

func (x *CreateRequest) GetBasicInfo() *BasicIssueInfo

func (*CreateRequest) GetExtraBugInfo

func (x *CreateRequest) GetExtraBugInfo() *ExtraBugInfo

func (*CreateRequest) GetExtraInfo

func (m *CreateRequest) GetExtraInfo() isCreateRequest_ExtraInfo

func (*CreateRequest) GetExtraTaskInfo

func (x *CreateRequest) GetExtraTaskInfo() *ExtraTaskInfo

func (*CreateRequest) GetIssueType

func (x *CreateRequest) GetIssueType() ISSUE_TYPE

func (*CreateRequest) GetProjectId

func (x *CreateRequest) GetProjectId() string

func (*CreateRequest) GetSessionId

func (x *CreateRequest) GetSessionId() string

func (*CreateRequest) ProtoMessage

func (*CreateRequest) ProtoMessage()

func (*CreateRequest) ProtoReflect

func (x *CreateRequest) ProtoReflect() protoreflect.Message

func (*CreateRequest) Reset

func (x *CreateRequest) Reset()

func (*CreateRequest) String

func (x *CreateRequest) String() string

type CreateRequest_ExtraBugInfo

type CreateRequest_ExtraBugInfo struct {
	ExtraBugInfo *ExtraBugInfo `protobuf:"bytes,21,opt,name=extraBugInfo,proto3,oneof"`
}

type CreateRequest_ExtraTaskInfo

type CreateRequest_ExtraTaskInfo struct {
	ExtraTaskInfo *ExtraTaskInfo `protobuf:"bytes,20,opt,name=extraTaskInfo,proto3,oneof"`
}

type CreateResponse

type CreateResponse struct {
	Code    CreateResponse_CODE `protobuf:"varint,1,opt,name=code,proto3,enum=project_issue_api.CreateResponse_CODE" json:"code,omitempty"`
	ErrMsg  string              `protobuf:"bytes,2,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	IssueId string              `protobuf:"bytes,3,opt,name=issueId,proto3" json:"issueId,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateResponse) Descriptor deprecated

func (*CreateResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateResponse.ProtoReflect.Descriptor instead.

func (*CreateResponse) GetCode

func (x *CreateResponse) GetCode() CreateResponse_CODE

func (*CreateResponse) GetErrMsg

func (x *CreateResponse) GetErrMsg() string

func (*CreateResponse) GetIssueId

func (x *CreateResponse) GetIssueId() string

func (*CreateResponse) ProtoMessage

func (*CreateResponse) ProtoMessage()

func (*CreateResponse) ProtoReflect

func (x *CreateResponse) ProtoReflect() protoreflect.Message

func (*CreateResponse) Reset

func (x *CreateResponse) Reset()

func (*CreateResponse) String

func (x *CreateResponse) String() string

type CreateResponse_CODE

type CreateResponse_CODE int32
const (
	CreateResponse_CODE_OK               CreateResponse_CODE = 0
	CreateResponse_CODE_WRONG_SESSION    CreateResponse_CODE = 1
	CreateResponse_CODE_NO_PROJECT       CreateResponse_CODE = 2
	CreateResponse_CODE_WRONG_ISSUE_TYPE CreateResponse_CODE = 3
	CreateResponse_CODE_NO_PERMISSION    CreateResponse_CODE = 4
	CreateResponse_CODE_NO_TAG           CreateResponse_CODE = 5
)

func (CreateResponse_CODE) Descriptor

func (CreateResponse_CODE) Enum

func (CreateResponse_CODE) EnumDescriptor deprecated

func (CreateResponse_CODE) EnumDescriptor() ([]byte, []int)

Deprecated: Use CreateResponse_CODE.Descriptor instead.

func (CreateResponse_CODE) Number

func (CreateResponse_CODE) String

func (x CreateResponse_CODE) String() string

func (CreateResponse_CODE) Type

type CreateSubIssueRequest

type CreateSubIssueRequest struct {
	SessionId string             `protobuf:"bytes,1,opt,name=sessionId,proto3" json:"sessionId,omitempty"`
	ProjectId string             `protobuf:"bytes,2,opt,name=projectId,proto3" json:"projectId,omitempty"`
	IssueId   string             `protobuf:"bytes,3,opt,name=issueId,proto3" json:"issueId,omitempty"`
	BasicInfo *BasicSubIssueInfo `protobuf:"bytes,4,opt,name=basicInfo,proto3" json:"basicInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateSubIssueRequest) Descriptor deprecated

func (*CreateSubIssueRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateSubIssueRequest.ProtoReflect.Descriptor instead.

func (*CreateSubIssueRequest) GetBasicInfo

func (x *CreateSubIssueRequest) GetBasicInfo() *BasicSubIssueInfo

func (*CreateSubIssueRequest) GetIssueId

func (x *CreateSubIssueRequest) GetIssueId() string

func (*CreateSubIssueRequest) GetProjectId

func (x *CreateSubIssueRequest) GetProjectId() string

func (*CreateSubIssueRequest) GetSessionId

func (x *CreateSubIssueRequest) GetSessionId() string

func (*CreateSubIssueRequest) ProtoMessage

func (*CreateSubIssueRequest) ProtoMessage()

func (*CreateSubIssueRequest) ProtoReflect

func (x *CreateSubIssueRequest) ProtoReflect() protoreflect.Message

func (*CreateSubIssueRequest) Reset

func (x *CreateSubIssueRequest) Reset()

func (*CreateSubIssueRequest) String

func (x *CreateSubIssueRequest) String() string

type CreateSubIssueResponse

type CreateSubIssueResponse struct {
	Code       CreateSubIssueResponse_CODE `protobuf:"varint,1,opt,name=code,proto3,enum=project_issue_api.CreateSubIssueResponse_CODE" json:"code,omitempty"`
	ErrMsg     string                      `protobuf:"bytes,2,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	SubIssueId string                      `protobuf:"bytes,3,opt,name=subIssueId,proto3" json:"subIssueId,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateSubIssueResponse) Descriptor deprecated

func (*CreateSubIssueResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateSubIssueResponse.ProtoReflect.Descriptor instead.

func (*CreateSubIssueResponse) GetCode

func (*CreateSubIssueResponse) GetErrMsg

func (x *CreateSubIssueResponse) GetErrMsg() string

func (*CreateSubIssueResponse) GetSubIssueId

func (x *CreateSubIssueResponse) GetSubIssueId() string

func (*CreateSubIssueResponse) ProtoMessage

func (*CreateSubIssueResponse) ProtoMessage()

func (*CreateSubIssueResponse) ProtoReflect

func (x *CreateSubIssueResponse) ProtoReflect() protoreflect.Message

func (*CreateSubIssueResponse) Reset

func (x *CreateSubIssueResponse) Reset()

func (*CreateSubIssueResponse) String

func (x *CreateSubIssueResponse) String() string

type CreateSubIssueResponse_CODE

type CreateSubIssueResponse_CODE int32
const (
	CreateSubIssueResponse_CODE_OK            CreateSubIssueResponse_CODE = 0
	CreateSubIssueResponse_CODE_WRONG_SESSION CreateSubIssueResponse_CODE = 1
	CreateSubIssueResponse_CODE_NO_PROJECT    CreateSubIssueResponse_CODE = 2
	CreateSubIssueResponse_CODE_NO_ISSUE      CreateSubIssueResponse_CODE = 3
	CreateSubIssueResponse_CODE_NO_PERMISSION CreateSubIssueResponse_CODE = 4
)

func (CreateSubIssueResponse_CODE) Descriptor

func (CreateSubIssueResponse_CODE) Enum

func (CreateSubIssueResponse_CODE) EnumDescriptor deprecated

func (CreateSubIssueResponse_CODE) EnumDescriptor() ([]byte, []int)

Deprecated: Use CreateSubIssueResponse_CODE.Descriptor instead.

func (CreateSubIssueResponse_CODE) Number

func (CreateSubIssueResponse_CODE) String

func (CreateSubIssueResponse_CODE) Type

type ExtraBugInfo

type ExtraBugInfo struct {
	SoftwareVersion string       `protobuf:"bytes,1,opt,name=softwareVersion,proto3" json:"softwareVersion,omitempty"`
	Level           BUG_LEVEL    `protobuf:"varint,2,opt,name=level,proto3,enum=project_issue_api.BUG_LEVEL" json:"level,omitempty"`
	Priority        BUG_PRIORITY `protobuf:"varint,3,opt,name=priority,proto3,enum=project_issue_api.BUG_PRIORITY" json:"priority,omitempty"`
	// contains filtered or unexported fields
}

func (*ExtraBugInfo) Descriptor deprecated

func (*ExtraBugInfo) Descriptor() ([]byte, []int)

Deprecated: Use ExtraBugInfo.ProtoReflect.Descriptor instead.

func (*ExtraBugInfo) GetLevel

func (x *ExtraBugInfo) GetLevel() BUG_LEVEL

func (*ExtraBugInfo) GetPriority

func (x *ExtraBugInfo) GetPriority() BUG_PRIORITY

func (*ExtraBugInfo) GetSoftwareVersion

func (x *ExtraBugInfo) GetSoftwareVersion() string

func (*ExtraBugInfo) ProtoMessage

func (*ExtraBugInfo) ProtoMessage()

func (*ExtraBugInfo) ProtoReflect

func (x *ExtraBugInfo) ProtoReflect() protoreflect.Message

func (*ExtraBugInfo) Reset

func (x *ExtraBugInfo) Reset()

func (*ExtraBugInfo) String

func (x *ExtraBugInfo) String() string

type ExtraTaskInfo

type ExtraTaskInfo struct {
	Priority TASK_PRIORITY `protobuf:"varint,1,opt,name=priority,proto3,enum=project_issue_api.TASK_PRIORITY" json:"priority,omitempty"`
	// contains filtered or unexported fields
}

func (*ExtraTaskInfo) Descriptor deprecated

func (*ExtraTaskInfo) Descriptor() ([]byte, []int)

Deprecated: Use ExtraTaskInfo.ProtoReflect.Descriptor instead.

func (*ExtraTaskInfo) GetPriority

func (x *ExtraTaskInfo) GetPriority() TASK_PRIORITY

func (*ExtraTaskInfo) ProtoMessage

func (*ExtraTaskInfo) ProtoMessage()

func (*ExtraTaskInfo) ProtoReflect

func (x *ExtraTaskInfo) ProtoReflect() protoreflect.Message

func (*ExtraTaskInfo) Reset

func (x *ExtraTaskInfo) Reset()

func (*ExtraTaskInfo) String

func (x *ExtraTaskInfo) String() string

type GetMemberStateRequest

type GetMemberStateRequest struct {
	SessionId string `protobuf:"bytes,1,opt,name=sessionId,proto3" json:"sessionId,omitempty"`
	ProjectId string `protobuf:"bytes,2,opt,name=projectId,proto3" json:"projectId,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMemberStateRequest) Descriptor deprecated

func (*GetMemberStateRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetMemberStateRequest.ProtoReflect.Descriptor instead.

func (*GetMemberStateRequest) GetProjectId

func (x *GetMemberStateRequest) GetProjectId() string

func (*GetMemberStateRequest) GetSessionId

func (x *GetMemberStateRequest) GetSessionId() string

func (*GetMemberStateRequest) ProtoMessage

func (*GetMemberStateRequest) ProtoMessage()

func (*GetMemberStateRequest) ProtoReflect

func (x *GetMemberStateRequest) ProtoReflect() protoreflect.Message

func (*GetMemberStateRequest) Reset

func (x *GetMemberStateRequest) Reset()

func (*GetMemberStateRequest) String

func (x *GetMemberStateRequest) String() string

type GetMemberStateResponse

type GetMemberStateResponse struct {
	Code        GetMemberStateResponse_CODE `protobuf:"varint,1,opt,name=code,proto3,enum=project_issue_api.GetMemberStateResponse_CODE" json:"code,omitempty"`
	ErrMsg      string                      `protobuf:"bytes,2,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	MemberState *MemberState                `protobuf:"bytes,3,opt,name=memberState,proto3" json:"memberState,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMemberStateResponse) Descriptor deprecated

func (*GetMemberStateResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetMemberStateResponse.ProtoReflect.Descriptor instead.

func (*GetMemberStateResponse) GetCode

func (*GetMemberStateResponse) GetErrMsg

func (x *GetMemberStateResponse) GetErrMsg() string

func (*GetMemberStateResponse) GetMemberState

func (x *GetMemberStateResponse) GetMemberState() *MemberState

func (*GetMemberStateResponse) ProtoMessage

func (*GetMemberStateResponse) ProtoMessage()

func (*GetMemberStateResponse) ProtoReflect

func (x *GetMemberStateResponse) ProtoReflect() protoreflect.Message

func (*GetMemberStateResponse) Reset

func (x *GetMemberStateResponse) Reset()

func (*GetMemberStateResponse) String

func (x *GetMemberStateResponse) String() string

type GetMemberStateResponse_CODE

type GetMemberStateResponse_CODE int32
const (
	GetMemberStateResponse_CODE_OK            GetMemberStateResponse_CODE = 0
	GetMemberStateResponse_CODE_WRONG_SESSION GetMemberStateResponse_CODE = 1
	GetMemberStateResponse_CODE_NO_PROJECT    GetMemberStateResponse_CODE = 2
	GetMemberStateResponse_CODE_NO_PERMISSION GetMemberStateResponse_CODE = 3
)

func (GetMemberStateResponse_CODE) Descriptor

func (GetMemberStateResponse_CODE) Enum

func (GetMemberStateResponse_CODE) EnumDescriptor deprecated

func (GetMemberStateResponse_CODE) EnumDescriptor() ([]byte, []int)

Deprecated: Use GetMemberStateResponse_CODE.Descriptor instead.

func (GetMemberStateResponse_CODE) Number

func (GetMemberStateResponse_CODE) String

func (GetMemberStateResponse_CODE) Type

type GetMyTodoStatusRequest

type GetMyTodoStatusRequest struct {
	SessionId string `protobuf:"bytes,1,opt,name=sessionId,proto3" json:"sessionId,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMyTodoStatusRequest) Descriptor deprecated

func (*GetMyTodoStatusRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetMyTodoStatusRequest.ProtoReflect.Descriptor instead.

func (*GetMyTodoStatusRequest) GetSessionId

func (x *GetMyTodoStatusRequest) GetSessionId() string

func (*GetMyTodoStatusRequest) ProtoMessage

func (*GetMyTodoStatusRequest) ProtoMessage()

func (*GetMyTodoStatusRequest) ProtoReflect

func (x *GetMyTodoStatusRequest) ProtoReflect() protoreflect.Message

func (*GetMyTodoStatusRequest) Reset

func (x *GetMyTodoStatusRequest) Reset()

func (*GetMyTodoStatusRequest) String

func (x *GetMyTodoStatusRequest) String() string

type GetMyTodoStatusResponse

type GetMyTodoStatusResponse struct {
	Code       GetMyTodoStatusResponse_CODE `protobuf:"varint,1,opt,name=code,proto3,enum=project_issue_api.GetMyTodoStatusResponse_CODE" json:"code,omitempty"`
	ErrMsg     string                       `protobuf:"bytes,2,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	TotalCount uint32                       `protobuf:"varint,3,opt,name=totalCount,proto3" json:"totalCount,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMyTodoStatusResponse) Descriptor deprecated

func (*GetMyTodoStatusResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetMyTodoStatusResponse.ProtoReflect.Descriptor instead.

func (*GetMyTodoStatusResponse) GetCode

func (*GetMyTodoStatusResponse) GetErrMsg

func (x *GetMyTodoStatusResponse) GetErrMsg() string

func (*GetMyTodoStatusResponse) GetTotalCount

func (x *GetMyTodoStatusResponse) GetTotalCount() uint32

func (*GetMyTodoStatusResponse) ProtoMessage

func (*GetMyTodoStatusResponse) ProtoMessage()

func (*GetMyTodoStatusResponse) ProtoReflect

func (x *GetMyTodoStatusResponse) ProtoReflect() protoreflect.Message

func (*GetMyTodoStatusResponse) Reset

func (x *GetMyTodoStatusResponse) Reset()

func (*GetMyTodoStatusResponse) String

func (x *GetMyTodoStatusResponse) String() string

type GetMyTodoStatusResponse_CODE

type GetMyTodoStatusResponse_CODE int32
const (
	GetMyTodoStatusResponse_CODE_OK            GetMyTodoStatusResponse_CODE = 0
	GetMyTodoStatusResponse_CODE_WRONG_SESSION GetMyTodoStatusResponse_CODE = 1
)

func (GetMyTodoStatusResponse_CODE) Descriptor

func (GetMyTodoStatusResponse_CODE) Enum

func (GetMyTodoStatusResponse_CODE) EnumDescriptor deprecated

func (GetMyTodoStatusResponse_CODE) EnumDescriptor() ([]byte, []int)

Deprecated: Use GetMyTodoStatusResponse_CODE.Descriptor instead.

func (GetMyTodoStatusResponse_CODE) Number

func (GetMyTodoStatusResponse_CODE) String

func (GetMyTodoStatusResponse_CODE) Type

type GetRequest

type GetRequest struct {
	SessionId string `protobuf:"bytes,1,opt,name=sessionId,proto3" json:"sessionId,omitempty"`
	ProjectId string `protobuf:"bytes,2,opt,name=projectId,proto3" json:"projectId,omitempty"`
	IssueId   string `protobuf:"bytes,3,opt,name=issueId,proto3" json:"issueId,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRequest) Descriptor deprecated

func (*GetRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRequest.ProtoReflect.Descriptor instead.

func (*GetRequest) GetIssueId

func (x *GetRequest) GetIssueId() string

func (*GetRequest) GetProjectId

func (x *GetRequest) GetProjectId() string

func (*GetRequest) GetSessionId

func (x *GetRequest) GetSessionId() string

func (*GetRequest) ProtoMessage

func (*GetRequest) ProtoMessage()

func (*GetRequest) ProtoReflect

func (x *GetRequest) ProtoReflect() protoreflect.Message

func (*GetRequest) Reset

func (x *GetRequest) Reset()

func (*GetRequest) String

func (x *GetRequest) String() string

type GetResponse

type GetResponse struct {
	Code   GetResponse_CODE `protobuf:"varint,1,opt,name=code,proto3,enum=project_issue_api.GetResponse_CODE" json:"code,omitempty"`
	ErrMsg string           `protobuf:"bytes,2,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	Info   *IssueInfo       `protobuf:"bytes,3,opt,name=info,proto3" json:"info,omitempty"`
	// contains filtered or unexported fields
}

func (*GetResponse) Descriptor deprecated

func (*GetResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetResponse.ProtoReflect.Descriptor instead.

func (*GetResponse) GetCode

func (x *GetResponse) GetCode() GetResponse_CODE

func (*GetResponse) GetErrMsg

func (x *GetResponse) GetErrMsg() string

func (*GetResponse) GetInfo

func (x *GetResponse) GetInfo() *IssueInfo

func (*GetResponse) ProtoMessage

func (*GetResponse) ProtoMessage()

func (*GetResponse) ProtoReflect

func (x *GetResponse) ProtoReflect() protoreflect.Message

func (*GetResponse) Reset

func (x *GetResponse) Reset()

func (*GetResponse) String

func (x *GetResponse) String() string

type GetResponse_CODE

type GetResponse_CODE int32
const (
	GetResponse_CODE_OK            GetResponse_CODE = 0
	GetResponse_CODE_WRONG_SESSION GetResponse_CODE = 1
	GetResponse_CODE_NO_PROJECT    GetResponse_CODE = 2
	GetResponse_CODE_NO_ISSUE      GetResponse_CODE = 3
	GetResponse_CODE_NO_PERMISSION GetResponse_CODE = 4
)

func (GetResponse_CODE) Descriptor

func (GetResponse_CODE) Enum

func (GetResponse_CODE) EnumDescriptor deprecated

func (GetResponse_CODE) EnumDescriptor() ([]byte, []int)

Deprecated: Use GetResponse_CODE.Descriptor instead.

func (GetResponse_CODE) Number

func (GetResponse_CODE) String

func (x GetResponse_CODE) String() string

func (GetResponse_CODE) Type

type ISSUE_STATE

type ISSUE_STATE int32
const (
	// 规划
	ISSUE_STATE_ISSUE_STATE_PLAN ISSUE_STATE = 0
	// 处理
	ISSUE_STATE_ISSUE_STATE_PROCESS ISSUE_STATE = 1
	// 验收
	ISSUE_STATE_ISSUE_STATE_CHECK ISSUE_STATE = 2
	// 关闭
	ISSUE_STATE_ISSUE_STATE_CLOSE ISSUE_STATE = 3
)

func (ISSUE_STATE) Descriptor

func (ISSUE_STATE) Enum

func (x ISSUE_STATE) Enum() *ISSUE_STATE

func (ISSUE_STATE) EnumDescriptor deprecated

func (ISSUE_STATE) EnumDescriptor() ([]byte, []int)

Deprecated: Use ISSUE_STATE.Descriptor instead.

func (ISSUE_STATE) Number

func (x ISSUE_STATE) Number() protoreflect.EnumNumber

func (ISSUE_STATE) String

func (x ISSUE_STATE) String() string

func (ISSUE_STATE) Type

type ISSUE_TYPE

type ISSUE_TYPE int32
const (
	ISSUE_TYPE_ISSUE_TYPE_TASK ISSUE_TYPE = 0
	ISSUE_TYPE_ISSUE_TYPE_BUG  ISSUE_TYPE = 1
)

func (ISSUE_TYPE) Descriptor

func (ISSUE_TYPE) Descriptor() protoreflect.EnumDescriptor

func (ISSUE_TYPE) Enum

func (x ISSUE_TYPE) Enum() *ISSUE_TYPE

func (ISSUE_TYPE) EnumDescriptor deprecated

func (ISSUE_TYPE) EnumDescriptor() ([]byte, []int)

Deprecated: Use ISSUE_TYPE.Descriptor instead.

func (ISSUE_TYPE) Number

func (x ISSUE_TYPE) Number() protoreflect.EnumNumber

func (ISSUE_TYPE) String

func (x ISSUE_TYPE) String() string

func (ISSUE_TYPE) Type

type IssueInfo

type IssueInfo struct {
	IssueId      string          `protobuf:"bytes,1,opt,name=issueId,proto3" json:"issueId,omitempty"`
	IssueType    ISSUE_TYPE      `protobuf:"varint,2,opt,name=issueType,proto3,enum=project_issue_api.ISSUE_TYPE" json:"issueType,omitempty"`
	IssueIndex   int64           `protobuf:"varint,3,opt,name=issueIndex,proto3" json:"issueIndex,omitempty"`
	BasicInfo    *BasicIssueInfo `protobuf:"bytes,4,opt,name=basicInfo,proto3" json:"basicInfo,omitempty"`
	ProjectId    string          `protobuf:"bytes,5,opt,name=projectId,proto3" json:"projectId,omitempty"`
	CreateTime   int64           `protobuf:"varint,6,opt,name=createTime,proto3" json:"createTime,omitempty"`
	UpdateTime   int64           `protobuf:"varint,7,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
	State        ISSUE_STATE     `protobuf:"varint,8,opt,name=state,proto3,enum=project_issue_api.ISSUE_STATE" json:"state,omitempty"`
	CreateUserId string          `protobuf:"bytes,9,opt,name=createUserId,proto3" json:"createUserId,omitempty"`
	// string relateChannelId = 10;
	ExecUserId   string        `protobuf:"bytes,11,opt,name=execUserId,proto3" json:"execUserId,omitempty"`
	CheckUserId  string        `protobuf:"bytes,12,opt,name=checkUserId,proto3" json:"checkUserId,omitempty"`
	SpritId      string        `protobuf:"bytes,13,opt,name=spritId,proto3" json:"spritId,omitempty"`
	SpritName    string        `protobuf:"bytes,14,opt,name=spritName,proto3" json:"spritName,omitempty"`
	ProcessStage PROCESS_STAGE `protobuf:"varint,15,opt,name=processStage,proto3,enum=project_issue_api.PROCESS_STAGE" json:"processStage,omitempty"` //在state为ISSUE_STATE_PROCESS时有效
	// Types that are assignable to ExtraInfo:
	//
	//	*IssueInfo_ExtraTaskInfo
	//	*IssueInfo_ExtraBugInfo
	ExtraInfo         isIssueInfo_ExtraInfo `protobuf_oneof:"extraInfo"`
	CreateDisplayName string                `protobuf:"bytes,22,opt,name=createDisplayName,proto3" json:"createDisplayName,omitempty"`
	ExecDisplayName   string                `protobuf:"bytes,23,opt,name=execDisplayName,proto3" json:"execDisplayName,omitempty"`
	CheckDisplayName  string                `protobuf:"bytes,24,opt,name=checkDisplayName,proto3" json:"checkDisplayName,omitempty"`
	MsgCount          uint32                `protobuf:"varint,25,opt,name=msgCount,proto3" json:"msgCount,omitempty"`
	DependMeCount     uint32                `protobuf:"varint,26,opt,name=dependMeCount,proto3" json:"dependMeCount,omitempty"`
	ReOpenCount       uint32                `protobuf:"varint,27,opt,name=reOpenCount,proto3" json:"reOpenCount,omitempty"`
	TagInfoList       []*IssueTag           `protobuf:"bytes,40,rep,name=tagInfoList,proto3" json:"tagInfoList,omitempty"`
	WatchUserList     []*WatchUser          `protobuf:"bytes,41,rep,name=watchUserList,proto3" json:"watchUserList,omitempty"`
	SubIssueStatus    *SubIssueStatus       `protobuf:"bytes,42,opt,name=subIssueStatus,proto3" json:"subIssueStatus,omitempty"`
	// 计划相关字段
	HasStartTime       bool   `protobuf:"varint,100,opt,name=hasStartTime,proto3" json:"hasStartTime,omitempty"`
	StartTime          int64  `protobuf:"varint,101,opt,name=startTime,proto3" json:"startTime,omitempty"`
	HasEndTime         bool   `protobuf:"varint,102,opt,name=hasEndTime,proto3" json:"hasEndTime,omitempty"`
	EndTime            int64  `protobuf:"varint,103,opt,name=endTime,proto3" json:"endTime,omitempty"`
	HasEstimateMinutes bool   `protobuf:"varint,104,opt,name=hasEstimateMinutes,proto3" json:"hasEstimateMinutes,omitempty"`
	EstimateMinutes    uint32 `protobuf:"varint,105,opt,name=estimateMinutes,proto3" json:"estimateMinutes,omitempty"`
	HasRemainMinutes   bool   `protobuf:"varint,106,opt,name=hasRemainMinutes,proto3" json:"hasRemainMinutes,omitempty"`
	RemainMinutes      uint32 `protobuf:"varint,107,opt,name=remainMinutes,proto3" json:"remainMinutes,omitempty"`
	// 截至时间
	HasDeadLineTime bool  `protobuf:"varint,150,opt,name=hasDeadLineTime,proto3" json:"hasDeadLineTime,omitempty"`
	DeadLineTime    int64 `protobuf:"varint,151,opt,name=deadLineTime,proto3" json:"deadLineTime,omitempty"`
	// 登陆用户权限相关
	UserIssuePerm *UserIssuePerm `protobuf:"bytes,200,opt,name=userIssuePerm,proto3" json:"userIssuePerm,omitempty"`
	// 需求相关字段
	RequirementId    string `protobuf:"bytes,400,opt,name=requirementId,proto3" json:"requirementId,omitempty"`
	RequirementTitle string `protobuf:"bytes,401,opt,name=requirementTitle,proto3" json:"requirementTitle,omitempty"`
	// 用户相关
	MyWatch bool `protobuf:"varint,500,opt,name=myWatch,proto3" json:"myWatch,omitempty"`
	// contains filtered or unexported fields
}

func (*IssueInfo) Descriptor deprecated

func (*IssueInfo) Descriptor() ([]byte, []int)

Deprecated: Use IssueInfo.ProtoReflect.Descriptor instead.

func (*IssueInfo) GetBasicInfo

func (x *IssueInfo) GetBasicInfo() *BasicIssueInfo

func (*IssueInfo) GetCheckDisplayName

func (x *IssueInfo) GetCheckDisplayName() string

func (*IssueInfo) GetCheckUserId

func (x *IssueInfo) GetCheckUserId() string

func (*IssueInfo) GetCreateDisplayName

func (x *IssueInfo) GetCreateDisplayName() string

func (*IssueInfo) GetCreateTime

func (x *IssueInfo) GetCreateTime() int64

func (*IssueInfo) GetCreateUserId

func (x *IssueInfo) GetCreateUserId() string

func (*IssueInfo) GetDeadLineTime

func (x *IssueInfo) GetDeadLineTime() int64

func (*IssueInfo) GetDependMeCount

func (x *IssueInfo) GetDependMeCount() uint32

func (*IssueInfo) GetEndTime

func (x *IssueInfo) GetEndTime() int64

func (*IssueInfo) GetEstimateMinutes

func (x *IssueInfo) GetEstimateMinutes() uint32

func (*IssueInfo) GetExecDisplayName

func (x *IssueInfo) GetExecDisplayName() string

func (*IssueInfo) GetExecUserId

func (x *IssueInfo) GetExecUserId() string

func (*IssueInfo) GetExtraBugInfo

func (x *IssueInfo) GetExtraBugInfo() *ExtraBugInfo

func (*IssueInfo) GetExtraInfo

func (m *IssueInfo) GetExtraInfo() isIssueInfo_ExtraInfo

func (*IssueInfo) GetExtraTaskInfo

func (x *IssueInfo) GetExtraTaskInfo() *ExtraTaskInfo

func (*IssueInfo) GetHasDeadLineTime

func (x *IssueInfo) GetHasDeadLineTime() bool

func (*IssueInfo) GetHasEndTime

func (x *IssueInfo) GetHasEndTime() bool

func (*IssueInfo) GetHasEstimateMinutes

func (x *IssueInfo) GetHasEstimateMinutes() bool

func (*IssueInfo) GetHasRemainMinutes

func (x *IssueInfo) GetHasRemainMinutes() bool

func (*IssueInfo) GetHasStartTime

func (x *IssueInfo) GetHasStartTime() bool

func (*IssueInfo) GetIssueId

func (x *IssueInfo) GetIssueId() string

func (*IssueInfo) GetIssueIndex

func (x *IssueInfo) GetIssueIndex() int64

func (*IssueInfo) GetIssueType

func (x *IssueInfo) GetIssueType() ISSUE_TYPE

func (*IssueInfo) GetMsgCount

func (x *IssueInfo) GetMsgCount() uint32

func (*IssueInfo) GetMyWatch

func (x *IssueInfo) GetMyWatch() bool

func (*IssueInfo) GetProcessStage

func (x *IssueInfo) GetProcessStage() PROCESS_STAGE

func (*IssueInfo) GetProjectId

func (x *IssueInfo) GetProjectId() string

func (*IssueInfo) GetReOpenCount

func (x *IssueInfo) GetReOpenCount() uint32

func (*IssueInfo) GetRemainMinutes

func (x *IssueInfo) GetRemainMinutes() uint32

func (*IssueInfo) GetRequirementId

func (x *IssueInfo) GetRequirementId() string

func (*IssueInfo) GetRequirementTitle

func (x *IssueInfo) GetRequirementTitle() string

func (*IssueInfo) GetSpritId

func (x *IssueInfo) GetSpritId() string

func (*IssueInfo) GetSpritName

func (x *IssueInfo) GetSpritName() string

func (*IssueInfo) GetStartTime

func (x *IssueInfo) GetStartTime() int64

func (*IssueInfo) GetState

func (x *IssueInfo) GetState() ISSUE_STATE

func (*IssueInfo) GetSubIssueStatus

func (x *IssueInfo) GetSubIssueStatus() *SubIssueStatus

func (*IssueInfo) GetTagInfoList

func (x *IssueInfo) GetTagInfoList() []*IssueTag

func (*IssueInfo) GetUpdateTime

func (x *IssueInfo) GetUpdateTime() int64

func (*IssueInfo) GetUserIssuePerm

func (x *IssueInfo) GetUserIssuePerm() *UserIssuePerm

func (*IssueInfo) GetWatchUserList

func (x *IssueInfo) GetWatchUserList() []*WatchUser

func (*IssueInfo) ProtoMessage

func (*IssueInfo) ProtoMessage()

func (*IssueInfo) ProtoReflect

func (x *IssueInfo) ProtoReflect() protoreflect.Message

func (*IssueInfo) Reset

func (x *IssueInfo) Reset()

func (*IssueInfo) String

func (x *IssueInfo) String() string

type IssueInfo_ExtraBugInfo

type IssueInfo_ExtraBugInfo struct {
	ExtraBugInfo *ExtraBugInfo `protobuf:"bytes,21,opt,name=extraBugInfo,proto3,oneof"`
}

type IssueInfo_ExtraTaskInfo

type IssueInfo_ExtraTaskInfo struct {
	ExtraTaskInfo *ExtraTaskInfo `protobuf:"bytes,20,opt,name=extraTaskInfo,proto3,oneof"`
}

type IssueTag

type IssueTag struct {
	TagId   string `protobuf:"bytes,1,opt,name=tagId,proto3" json:"tagId,omitempty"`
	TagName string `protobuf:"bytes,2,opt,name=tagName,proto3" json:"tagName,omitempty"`
	BgColor string `protobuf:"bytes,3,opt,name=bgColor,proto3" json:"bgColor,omitempty"`
	// contains filtered or unexported fields
}

func (*IssueTag) Descriptor deprecated

func (*IssueTag) Descriptor() ([]byte, []int)

Deprecated: Use IssueTag.ProtoReflect.Descriptor instead.

func (*IssueTag) GetBgColor

func (x *IssueTag) GetBgColor() string

func (*IssueTag) GetTagId

func (x *IssueTag) GetTagId() string

func (*IssueTag) GetTagName

func (x *IssueTag) GetTagName() string

func (*IssueTag) ProtoMessage

func (*IssueTag) ProtoMessage()

func (*IssueTag) ProtoReflect

func (x *IssueTag) ProtoReflect() protoreflect.Message

func (*IssueTag) Reset

func (x *IssueTag) Reset()

func (*IssueTag) String

func (x *IssueTag) String() string

type LinkSpritRequest

type LinkSpritRequest struct {
	SessionId string `protobuf:"bytes,1,opt,name=sessionId,proto3" json:"sessionId,omitempty"`
	ProjectId string `protobuf:"bytes,2,opt,name=projectId,proto3" json:"projectId,omitempty"`
	IssueId   string `protobuf:"bytes,3,opt,name=issueId,proto3" json:"issueId,omitempty"`
	SpritId   string `protobuf:"bytes,4,opt,name=spritId,proto3" json:"spritId,omitempty"`
	// contains filtered or unexported fields
}

func (*LinkSpritRequest) Descriptor deprecated

func (*LinkSpritRequest) Descriptor() ([]byte, []int)

Deprecated: Use LinkSpritRequest.ProtoReflect.Descriptor instead.

func (*LinkSpritRequest) GetIssueId

func (x *LinkSpritRequest) GetIssueId() string

func (*LinkSpritRequest) GetProjectId

func (x *LinkSpritRequest) GetProjectId() string

func (*LinkSpritRequest) GetSessionId

func (x *LinkSpritRequest) GetSessionId() string

func (*LinkSpritRequest) GetSpritId

func (x *LinkSpritRequest) GetSpritId() string

func (*LinkSpritRequest) ProtoMessage

func (*LinkSpritRequest) ProtoMessage()

func (*LinkSpritRequest) ProtoReflect

func (x *LinkSpritRequest) ProtoReflect() protoreflect.Message

func (*LinkSpritRequest) Reset

func (x *LinkSpritRequest) Reset()

func (*LinkSpritRequest) String

func (x *LinkSpritRequest) String() string

type LinkSpritResponse

type LinkSpritResponse struct {
	Code   LinkSpritResponse_CODE `protobuf:"varint,1,opt,name=code,proto3,enum=project_issue_api.LinkSpritResponse_CODE" json:"code,omitempty"`
	ErrMsg string                 `protobuf:"bytes,2,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	// contains filtered or unexported fields
}

func (*LinkSpritResponse) Descriptor deprecated

func (*LinkSpritResponse) Descriptor() ([]byte, []int)

Deprecated: Use LinkSpritResponse.ProtoReflect.Descriptor instead.

func (*LinkSpritResponse) GetCode

func (*LinkSpritResponse) GetErrMsg

func (x *LinkSpritResponse) GetErrMsg() string

func (*LinkSpritResponse) ProtoMessage

func (*LinkSpritResponse) ProtoMessage()

func (*LinkSpritResponse) ProtoReflect

func (x *LinkSpritResponse) ProtoReflect() protoreflect.Message

func (*LinkSpritResponse) Reset

func (x *LinkSpritResponse) Reset()

func (*LinkSpritResponse) String

func (x *LinkSpritResponse) String() string

type LinkSpritResponse_CODE

type LinkSpritResponse_CODE int32
const (
	LinkSpritResponse_CODE_OK            LinkSpritResponse_CODE = 0
	LinkSpritResponse_CODE_WRONG_SESSION LinkSpritResponse_CODE = 1
	LinkSpritResponse_CODE_NO_PROJECT    LinkSpritResponse_CODE = 2
	LinkSpritResponse_CODE_NO_ISSUE      LinkSpritResponse_CODE = 3
	LinkSpritResponse_CODE_NO_SPRIT      LinkSpritResponse_CODE = 4
	LinkSpritResponse_CODE_NO_PERMISSION LinkSpritResponse_CODE = 5
)

func (LinkSpritResponse_CODE) Descriptor

func (LinkSpritResponse_CODE) Enum

func (LinkSpritResponse_CODE) EnumDescriptor deprecated

func (LinkSpritResponse_CODE) EnumDescriptor() ([]byte, []int)

Deprecated: Use LinkSpritResponse_CODE.Descriptor instead.

func (LinkSpritResponse_CODE) Number

func (LinkSpritResponse_CODE) String

func (x LinkSpritResponse_CODE) String() string

func (LinkSpritResponse_CODE) Type

type ListAttrValueRequest

type ListAttrValueRequest struct {
	SessionId string   `protobuf:"bytes,1,opt,name=sessionId,proto3" json:"sessionId,omitempty"`
	ProjectId string   `protobuf:"bytes,2,opt,name=projectId,proto3" json:"projectId,omitempty"`
	AttrKey   ATTR_KEY `protobuf:"varint,3,opt,name=attrKey,proto3,enum=project_issue_api.ATTR_KEY" json:"attrKey,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAttrValueRequest) Descriptor deprecated

func (*ListAttrValueRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListAttrValueRequest.ProtoReflect.Descriptor instead.

func (*ListAttrValueRequest) GetAttrKey

func (x *ListAttrValueRequest) GetAttrKey() ATTR_KEY

func (*ListAttrValueRequest) GetProjectId

func (x *ListAttrValueRequest) GetProjectId() string

func (*ListAttrValueRequest) GetSessionId

func (x *ListAttrValueRequest) GetSessionId() string

func (*ListAttrValueRequest) ProtoMessage

func (*ListAttrValueRequest) ProtoMessage()

func (*ListAttrValueRequest) ProtoReflect

func (x *ListAttrValueRequest) ProtoReflect() protoreflect.Message

func (*ListAttrValueRequest) Reset

func (x *ListAttrValueRequest) Reset()

func (*ListAttrValueRequest) String

func (x *ListAttrValueRequest) String() string

type ListAttrValueResponse

type ListAttrValueResponse struct {
	Code      ListAttrValueResponse_CODE `protobuf:"varint,1,opt,name=code,proto3,enum=project_issue_api.ListAttrValueResponse_CODE" json:"code,omitempty"`
	ErrMsg    string                     `protobuf:"bytes,2,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	ValueList []string                   `protobuf:"bytes,3,rep,name=valueList,proto3" json:"valueList,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAttrValueResponse) Descriptor deprecated

func (*ListAttrValueResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListAttrValueResponse.ProtoReflect.Descriptor instead.

func (*ListAttrValueResponse) GetCode

func (*ListAttrValueResponse) GetErrMsg

func (x *ListAttrValueResponse) GetErrMsg() string

func (*ListAttrValueResponse) GetValueList

func (x *ListAttrValueResponse) GetValueList() []string

func (*ListAttrValueResponse) ProtoMessage

func (*ListAttrValueResponse) ProtoMessage()

func (*ListAttrValueResponse) ProtoReflect

func (x *ListAttrValueResponse) ProtoReflect() protoreflect.Message

func (*ListAttrValueResponse) Reset

func (x *ListAttrValueResponse) Reset()

func (*ListAttrValueResponse) String

func (x *ListAttrValueResponse) String() string

type ListAttrValueResponse_CODE

type ListAttrValueResponse_CODE int32
const (
	ListAttrValueResponse_CODE_OK            ListAttrValueResponse_CODE = 0
	ListAttrValueResponse_CODE_WRONG_SESSION ListAttrValueResponse_CODE = 1
	ListAttrValueResponse_CODE_NO_PROJECT    ListAttrValueResponse_CODE = 2
	ListAttrValueResponse_CODE_NO_PERMISSION ListAttrValueResponse_CODE = 3
)

func (ListAttrValueResponse_CODE) Descriptor

func (ListAttrValueResponse_CODE) Enum

func (ListAttrValueResponse_CODE) EnumDescriptor deprecated

func (ListAttrValueResponse_CODE) EnumDescriptor() ([]byte, []int)

Deprecated: Use ListAttrValueResponse_CODE.Descriptor instead.

func (ListAttrValueResponse_CODE) Number

func (ListAttrValueResponse_CODE) String

func (ListAttrValueResponse_CODE) Type

type ListByIdRequest

type ListByIdRequest struct {
	SessionId   string   `protobuf:"bytes,1,opt,name=sessionId,proto3" json:"sessionId,omitempty"`
	ProjectId   string   `protobuf:"bytes,2,opt,name=projectId,proto3" json:"projectId,omitempty"`
	IssueIdList []string `protobuf:"bytes,3,rep,name=issueIdList,proto3" json:"issueIdList,omitempty"`
	// contains filtered or unexported fields
}

func (*ListByIdRequest) Descriptor deprecated

func (*ListByIdRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListByIdRequest.ProtoReflect.Descriptor instead.

func (*ListByIdRequest) GetIssueIdList

func (x *ListByIdRequest) GetIssueIdList() []string

func (*ListByIdRequest) GetProjectId

func (x *ListByIdRequest) GetProjectId() string

func (*ListByIdRequest) GetSessionId

func (x *ListByIdRequest) GetSessionId() string

func (*ListByIdRequest) ProtoMessage

func (*ListByIdRequest) ProtoMessage()

func (*ListByIdRequest) ProtoReflect

func (x *ListByIdRequest) ProtoReflect() protoreflect.Message

func (*ListByIdRequest) Reset

func (x *ListByIdRequest) Reset()

func (*ListByIdRequest) String

func (x *ListByIdRequest) String() string

type ListByIdResponse

type ListByIdResponse struct {
	Code     ListByIdResponse_CODE `protobuf:"varint,1,opt,name=code,proto3,enum=project_issue_api.ListByIdResponse_CODE" json:"code,omitempty"`
	ErrMsg   string                `protobuf:"bytes,2,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	InfoList []*IssueInfo          `protobuf:"bytes,3,rep,name=infoList,proto3" json:"infoList,omitempty"`
	// contains filtered or unexported fields
}

func (*ListByIdResponse) Descriptor deprecated

func (*ListByIdResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListByIdResponse.ProtoReflect.Descriptor instead.

func (*ListByIdResponse) GetCode

func (*ListByIdResponse) GetErrMsg

func (x *ListByIdResponse) GetErrMsg() string

func (*ListByIdResponse) GetInfoList

func (x *ListByIdResponse) GetInfoList() []*IssueInfo

func (*ListByIdResponse) ProtoMessage

func (*ListByIdResponse) ProtoMessage()

func (*ListByIdResponse) ProtoReflect

func (x *ListByIdResponse) ProtoReflect() protoreflect.Message

func (*ListByIdResponse) Reset

func (x *ListByIdResponse) Reset()

func (*ListByIdResponse) String

func (x *ListByIdResponse) String() string

type ListByIdResponse_CODE

type ListByIdResponse_CODE int32
const (
	ListByIdResponse_CODE_OK            ListByIdResponse_CODE = 0
	ListByIdResponse_CODE_WRONG_SESSION ListByIdResponse_CODE = 1
	ListByIdResponse_CODE_NO_PROJECT    ListByIdResponse_CODE = 2
	ListByIdResponse_CODE_NO_PERMISSION ListByIdResponse_CODE = 3
)

func (ListByIdResponse_CODE) Descriptor

func (ListByIdResponse_CODE) Enum

func (ListByIdResponse_CODE) EnumDescriptor deprecated

func (ListByIdResponse_CODE) EnumDescriptor() ([]byte, []int)

Deprecated: Use ListByIdResponse_CODE.Descriptor instead.

func (ListByIdResponse_CODE) Number

func (ListByIdResponse_CODE) String

func (x ListByIdResponse_CODE) String() string

func (ListByIdResponse_CODE) Type

type ListDependMeRequest

type ListDependMeRequest struct {
	SessionId string `protobuf:"bytes,1,opt,name=sessionId,proto3" json:"sessionId,omitempty"`
	ProjectId string `protobuf:"bytes,2,opt,name=projectId,proto3" json:"projectId,omitempty"`
	IssueId   string `protobuf:"bytes,3,opt,name=issueId,proto3" json:"issueId,omitempty"`
	// contains filtered or unexported fields
}

func (*ListDependMeRequest) Descriptor deprecated

func (*ListDependMeRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListDependMeRequest.ProtoReflect.Descriptor instead.

func (*ListDependMeRequest) GetIssueId

func (x *ListDependMeRequest) GetIssueId() string

func (*ListDependMeRequest) GetProjectId

func (x *ListDependMeRequest) GetProjectId() string

func (*ListDependMeRequest) GetSessionId

func (x *ListDependMeRequest) GetSessionId() string

func (*ListDependMeRequest) ProtoMessage

func (*ListDependMeRequest) ProtoMessage()

func (*ListDependMeRequest) ProtoReflect

func (x *ListDependMeRequest) ProtoReflect() protoreflect.Message

func (*ListDependMeRequest) Reset

func (x *ListDependMeRequest) Reset()

func (*ListDependMeRequest) String

func (x *ListDependMeRequest) String() string

type ListDependMeResponse

type ListDependMeResponse struct {
	Code      ListDependMeResponse_CODE `protobuf:"varint,1,opt,name=code,proto3,enum=project_issue_api.ListDependMeResponse_CODE" json:"code,omitempty"`
	ErrMsg    string                    `protobuf:"bytes,2,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	IssueList []*IssueInfo              `protobuf:"bytes,3,rep,name=issueList,proto3" json:"issueList,omitempty"`
	// contains filtered or unexported fields
}

func (*ListDependMeResponse) Descriptor deprecated

func (*ListDependMeResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListDependMeResponse.ProtoReflect.Descriptor instead.

func (*ListDependMeResponse) GetCode

func (*ListDependMeResponse) GetErrMsg

func (x *ListDependMeResponse) GetErrMsg() string

func (*ListDependMeResponse) GetIssueList

func (x *ListDependMeResponse) GetIssueList() []*IssueInfo

func (*ListDependMeResponse) ProtoMessage

func (*ListDependMeResponse) ProtoMessage()

func (*ListDependMeResponse) ProtoReflect

func (x *ListDependMeResponse) ProtoReflect() protoreflect.Message

func (*ListDependMeResponse) Reset

func (x *ListDependMeResponse) Reset()

func (*ListDependMeResponse) String

func (x *ListDependMeResponse) String() string

type ListDependMeResponse_CODE

type ListDependMeResponse_CODE int32
const (
	ListDependMeResponse_CODE_OK            ListDependMeResponse_CODE = 0
	ListDependMeResponse_CODE_WRONG_SESSION ListDependMeResponse_CODE = 1
	ListDependMeResponse_CODE_NO_PROJECT    ListDependMeResponse_CODE = 2
	ListDependMeResponse_CODE_NO_ISSUE      ListDependMeResponse_CODE = 3
	ListDependMeResponse_CODE_NO_PERMISSION ListDependMeResponse_CODE = 4
)

func (ListDependMeResponse_CODE) Descriptor

func (ListDependMeResponse_CODE) Enum

func (ListDependMeResponse_CODE) EnumDescriptor deprecated

func (ListDependMeResponse_CODE) EnumDescriptor() ([]byte, []int)

Deprecated: Use ListDependMeResponse_CODE.Descriptor instead.

func (ListDependMeResponse_CODE) Number

func (ListDependMeResponse_CODE) String

func (x ListDependMeResponse_CODE) String() string

func (ListDependMeResponse_CODE) Type

type ListIdRequest

type ListIdRequest struct {
	SessionId string     `protobuf:"bytes,1,opt,name=sessionId,proto3" json:"sessionId,omitempty"`
	ProjectId string     `protobuf:"bytes,2,opt,name=projectId,proto3" json:"projectId,omitempty"`
	ListParam *ListParam `protobuf:"bytes,3,opt,name=listParam,proto3" json:"listParam,omitempty"`
	SortType  SORT_TYPE  `protobuf:"varint,20,opt,name=sortType,proto3,enum=project_issue_api.SORT_TYPE" json:"sortType,omitempty"`
	SortKey   SORT_KEY   `protobuf:"varint,21,opt,name=sortKey,proto3,enum=project_issue_api.SORT_KEY" json:"sortKey,omitempty"`
	MaxCount  uint32     `protobuf:"varint,22,opt,name=maxCount,proto3" json:"maxCount,omitempty"`
	// contains filtered or unexported fields
}

func (*ListIdRequest) Descriptor deprecated

func (*ListIdRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListIdRequest.ProtoReflect.Descriptor instead.

func (*ListIdRequest) GetListParam

func (x *ListIdRequest) GetListParam() *ListParam

func (*ListIdRequest) GetMaxCount

func (x *ListIdRequest) GetMaxCount() uint32

func (*ListIdRequest) GetProjectId

func (x *ListIdRequest) GetProjectId() string

func (*ListIdRequest) GetSessionId

func (x *ListIdRequest) GetSessionId() string

func (*ListIdRequest) GetSortKey

func (x *ListIdRequest) GetSortKey() SORT_KEY

func (*ListIdRequest) GetSortType

func (x *ListIdRequest) GetSortType() SORT_TYPE

func (*ListIdRequest) ProtoMessage

func (*ListIdRequest) ProtoMessage()

func (*ListIdRequest) ProtoReflect

func (x *ListIdRequest) ProtoReflect() protoreflect.Message

func (*ListIdRequest) Reset

func (x *ListIdRequest) Reset()

func (*ListIdRequest) String

func (x *ListIdRequest) String() string

type ListIdResponse

type ListIdResponse struct {
	Code        ListIdResponse_CODE `protobuf:"varint,1,opt,name=code,proto3,enum=project_issue_api.ListIdResponse_CODE" json:"code,omitempty"`
	ErrMsg      string              `protobuf:"bytes,2,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	IssueIdList []string            `protobuf:"bytes,3,rep,name=issueIdList,proto3" json:"issueIdList,omitempty"`
	// contains filtered or unexported fields
}

func (*ListIdResponse) Descriptor deprecated

func (*ListIdResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListIdResponse.ProtoReflect.Descriptor instead.

func (*ListIdResponse) GetCode

func (x *ListIdResponse) GetCode() ListIdResponse_CODE

func (*ListIdResponse) GetErrMsg

func (x *ListIdResponse) GetErrMsg() string

func (*ListIdResponse) GetIssueIdList

func (x *ListIdResponse) GetIssueIdList() []string

func (*ListIdResponse) ProtoMessage

func (*ListIdResponse) ProtoMessage()

func (*ListIdResponse) ProtoReflect

func (x *ListIdResponse) ProtoReflect() protoreflect.Message

func (*ListIdResponse) Reset

func (x *ListIdResponse) Reset()

func (*ListIdResponse) String

func (x *ListIdResponse) String() string

type ListIdResponse_CODE

type ListIdResponse_CODE int32
const (
	ListIdResponse_CODE_OK            ListIdResponse_CODE = 0
	ListIdResponse_CODE_WRONG_SESSION ListIdResponse_CODE = 1
	ListIdResponse_CODE_NO_PROJECT    ListIdResponse_CODE = 2
	ListIdResponse_CODE_NO_PERMISSION ListIdResponse_CODE = 3
)

func (ListIdResponse_CODE) Descriptor

func (ListIdResponse_CODE) Enum

func (ListIdResponse_CODE) EnumDescriptor deprecated

func (ListIdResponse_CODE) EnumDescriptor() ([]byte, []int)

Deprecated: Use ListIdResponse_CODE.Descriptor instead.

func (ListIdResponse_CODE) Number

func (ListIdResponse_CODE) String

func (x ListIdResponse_CODE) String() string

func (ListIdResponse_CODE) Type

type ListMemberStateRequest

type ListMemberStateRequest struct {
	SessionId            string   `protobuf:"bytes,1,opt,name=sessionId,proto3" json:"sessionId,omitempty"`
	ProjectId            string   `protobuf:"bytes,2,opt,name=projectId,proto3" json:"projectId,omitempty"`
	FilterByMemberUserId bool     `protobuf:"varint,3,opt,name=filterByMemberUserId,proto3" json:"filterByMemberUserId,omitempty"`
	MemberUserIdList     []string `protobuf:"bytes,4,rep,name=memberUserIdList,proto3" json:"memberUserIdList,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMemberStateRequest) Descriptor deprecated

func (*ListMemberStateRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListMemberStateRequest.ProtoReflect.Descriptor instead.

func (*ListMemberStateRequest) GetFilterByMemberUserId

func (x *ListMemberStateRequest) GetFilterByMemberUserId() bool

func (*ListMemberStateRequest) GetMemberUserIdList

func (x *ListMemberStateRequest) GetMemberUserIdList() []string

func (*ListMemberStateRequest) GetProjectId

func (x *ListMemberStateRequest) GetProjectId() string

func (*ListMemberStateRequest) GetSessionId

func (x *ListMemberStateRequest) GetSessionId() string

func (*ListMemberStateRequest) ProtoMessage

func (*ListMemberStateRequest) ProtoMessage()

func (*ListMemberStateRequest) ProtoReflect

func (x *ListMemberStateRequest) ProtoReflect() protoreflect.Message

func (*ListMemberStateRequest) Reset

func (x *ListMemberStateRequest) Reset()

func (*ListMemberStateRequest) String

func (x *ListMemberStateRequest) String() string

type ListMemberStateResponse

type ListMemberStateResponse struct {
	Code            ListMemberStateResponse_CODE `protobuf:"varint,1,opt,name=code,proto3,enum=project_issue_api.ListMemberStateResponse_CODE" json:"code,omitempty"`
	ErrMsg          string                       `protobuf:"bytes,2,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	MemberStateList []*MemberState               `protobuf:"bytes,3,rep,name=memberStateList,proto3" json:"memberStateList,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMemberStateResponse) Descriptor deprecated

func (*ListMemberStateResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListMemberStateResponse.ProtoReflect.Descriptor instead.

func (*ListMemberStateResponse) GetCode

func (*ListMemberStateResponse) GetErrMsg

func (x *ListMemberStateResponse) GetErrMsg() string

func (*ListMemberStateResponse) GetMemberStateList

func (x *ListMemberStateResponse) GetMemberStateList() []*MemberState

func (*ListMemberStateResponse) ProtoMessage

func (*ListMemberStateResponse) ProtoMessage()

func (*ListMemberStateResponse) ProtoReflect

func (x *ListMemberStateResponse) ProtoReflect() protoreflect.Message

func (*ListMemberStateResponse) Reset

func (x *ListMemberStateResponse) Reset()

func (*ListMemberStateResponse) String

func (x *ListMemberStateResponse) String() string

type ListMemberStateResponse_CODE

type ListMemberStateResponse_CODE int32
const (
	ListMemberStateResponse_CODE_OK            ListMemberStateResponse_CODE = 0
	ListMemberStateResponse_CODE_WRONG_SESSION ListMemberStateResponse_CODE = 1
	ListMemberStateResponse_CODE_NO_PROJECT    ListMemberStateResponse_CODE = 2
	ListMemberStateResponse_CODE_NO_PERMISSION ListMemberStateResponse_CODE = 3
)

func (ListMemberStateResponse_CODE) Descriptor

func (ListMemberStateResponse_CODE) Enum

func (ListMemberStateResponse_CODE) EnumDescriptor deprecated

func (ListMemberStateResponse_CODE) EnumDescriptor() ([]byte, []int)

Deprecated: Use ListMemberStateResponse_CODE.Descriptor instead.

func (ListMemberStateResponse_CODE) Number

func (ListMemberStateResponse_CODE) String

func (ListMemberStateResponse_CODE) Type

type ListMyDependRequest

type ListMyDependRequest struct {
	SessionId string `protobuf:"bytes,1,opt,name=sessionId,proto3" json:"sessionId,omitempty"`
	ProjectId string `protobuf:"bytes,2,opt,name=projectId,proto3" json:"projectId,omitempty"`
	IssueId   string `protobuf:"bytes,3,opt,name=issueId,proto3" json:"issueId,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMyDependRequest) Descriptor deprecated

func (*ListMyDependRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListMyDependRequest.ProtoReflect.Descriptor instead.

func (*ListMyDependRequest) GetIssueId

func (x *ListMyDependRequest) GetIssueId() string

func (*ListMyDependRequest) GetProjectId

func (x *ListMyDependRequest) GetProjectId() string

func (*ListMyDependRequest) GetSessionId

func (x *ListMyDependRequest) GetSessionId() string

func (*ListMyDependRequest) ProtoMessage

func (*ListMyDependRequest) ProtoMessage()

func (*ListMyDependRequest) ProtoReflect

func (x *ListMyDependRequest) ProtoReflect() protoreflect.Message

func (*ListMyDependRequest) Reset

func (x *ListMyDependRequest) Reset()

func (*ListMyDependRequest) String

func (x *ListMyDependRequest) String() string

type ListMyDependResponse

type ListMyDependResponse struct {
	Code      ListMyDependResponse_CODE `protobuf:"varint,1,opt,name=code,proto3,enum=project_issue_api.ListMyDependResponse_CODE" json:"code,omitempty"`
	ErrMsg    string                    `protobuf:"bytes,2,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	IssueList []*IssueInfo              `protobuf:"bytes,3,rep,name=issueList,proto3" json:"issueList,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMyDependResponse) Descriptor deprecated

func (*ListMyDependResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListMyDependResponse.ProtoReflect.Descriptor instead.

func (*ListMyDependResponse) GetCode

func (*ListMyDependResponse) GetErrMsg

func (x *ListMyDependResponse) GetErrMsg() string

func (*ListMyDependResponse) GetIssueList

func (x *ListMyDependResponse) GetIssueList() []*IssueInfo

func (*ListMyDependResponse) ProtoMessage

func (*ListMyDependResponse) ProtoMessage()

func (*ListMyDependResponse) ProtoReflect

func (x *ListMyDependResponse) ProtoReflect() protoreflect.Message

func (*ListMyDependResponse) Reset

func (x *ListMyDependResponse) Reset()

func (*ListMyDependResponse) String

func (x *ListMyDependResponse) String() string

type ListMyDependResponse_CODE

type ListMyDependResponse_CODE int32
const (
	ListMyDependResponse_CODE_OK            ListMyDependResponse_CODE = 0
	ListMyDependResponse_CODE_WRONG_SESSION ListMyDependResponse_CODE = 1
	ListMyDependResponse_CODE_NO_PROJECT    ListMyDependResponse_CODE = 2
	ListMyDependResponse_CODE_NO_ISSUE      ListMyDependResponse_CODE = 3
	ListMyDependResponse_CODE_NO_PERMISSION ListMyDependResponse_CODE = 4
)

func (ListMyDependResponse_CODE) Descriptor

func (ListMyDependResponse_CODE) Enum

func (ListMyDependResponse_CODE) EnumDescriptor deprecated

func (ListMyDependResponse_CODE) EnumDescriptor() ([]byte, []int)

Deprecated: Use ListMyDependResponse_CODE.Descriptor instead.

func (ListMyDependResponse_CODE) Number

func (ListMyDependResponse_CODE) String

func (x ListMyDependResponse_CODE) String() string

func (ListMyDependResponse_CODE) Type

type ListMySimpleTodoRequest

type ListMySimpleTodoRequest struct {
	SessionId string    `protobuf:"bytes,1,opt,name=sessionId,proto3" json:"sessionId,omitempty"`
	SortType  SORT_TYPE `protobuf:"varint,20,opt,name=sortType,proto3,enum=project_issue_api.SORT_TYPE" json:"sortType,omitempty"`
	SortKey   SORT_KEY  `protobuf:"varint,21,opt,name=sortKey,proto3,enum=project_issue_api.SORT_KEY" json:"sortKey,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMySimpleTodoRequest) Descriptor deprecated

func (*ListMySimpleTodoRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListMySimpleTodoRequest.ProtoReflect.Descriptor instead.

func (*ListMySimpleTodoRequest) GetSessionId

func (x *ListMySimpleTodoRequest) GetSessionId() string

func (*ListMySimpleTodoRequest) GetSortKey

func (x *ListMySimpleTodoRequest) GetSortKey() SORT_KEY

func (*ListMySimpleTodoRequest) GetSortType

func (x *ListMySimpleTodoRequest) GetSortType() SORT_TYPE

func (*ListMySimpleTodoRequest) ProtoMessage

func (*ListMySimpleTodoRequest) ProtoMessage()

func (*ListMySimpleTodoRequest) ProtoReflect

func (x *ListMySimpleTodoRequest) ProtoReflect() protoreflect.Message

func (*ListMySimpleTodoRequest) Reset

func (x *ListMySimpleTodoRequest) Reset()

func (*ListMySimpleTodoRequest) String

func (x *ListMySimpleTodoRequest) String() string

type ListMySimpleTodoResponse

type ListMySimpleTodoResponse struct {
	Code     ListMySimpleTodoResponse_CODE `protobuf:"varint,1,opt,name=code,proto3,enum=project_issue_api.ListMySimpleTodoResponse_CODE" json:"code,omitempty"`
	ErrMsg   string                        `protobuf:"bytes,2,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	InfoList []*SimpleIssueInfo            `protobuf:"bytes,3,rep,name=infoList,proto3" json:"infoList,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMySimpleTodoResponse) Descriptor deprecated

func (*ListMySimpleTodoResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListMySimpleTodoResponse.ProtoReflect.Descriptor instead.

func (*ListMySimpleTodoResponse) GetCode

func (*ListMySimpleTodoResponse) GetErrMsg

func (x *ListMySimpleTodoResponse) GetErrMsg() string

func (*ListMySimpleTodoResponse) GetInfoList

func (x *ListMySimpleTodoResponse) GetInfoList() []*SimpleIssueInfo

func (*ListMySimpleTodoResponse) ProtoMessage

func (*ListMySimpleTodoResponse) ProtoMessage()

func (*ListMySimpleTodoResponse) ProtoReflect

func (x *ListMySimpleTodoResponse) ProtoReflect() protoreflect.Message

func (*ListMySimpleTodoResponse) Reset

func (x *ListMySimpleTodoResponse) Reset()

func (*ListMySimpleTodoResponse) String

func (x *ListMySimpleTodoResponse) String() string

type ListMySimpleTodoResponse_CODE

type ListMySimpleTodoResponse_CODE int32
const (
	ListMySimpleTodoResponse_CODE_OK            ListMySimpleTodoResponse_CODE = 0
	ListMySimpleTodoResponse_CODE_WRONG_SESSION ListMySimpleTodoResponse_CODE = 1
)

func (ListMySimpleTodoResponse_CODE) Descriptor

func (ListMySimpleTodoResponse_CODE) Enum

func (ListMySimpleTodoResponse_CODE) EnumDescriptor deprecated

func (ListMySimpleTodoResponse_CODE) EnumDescriptor() ([]byte, []int)

Deprecated: Use ListMySimpleTodoResponse_CODE.Descriptor instead.

func (ListMySimpleTodoResponse_CODE) Number

func (ListMySimpleTodoResponse_CODE) String

func (ListMySimpleTodoResponse_CODE) Type

type ListMyTodoRequest

type ListMyTodoRequest struct {
	SessionId string    `protobuf:"bytes,1,opt,name=sessionId,proto3" json:"sessionId,omitempty"`
	SortType  SORT_TYPE `protobuf:"varint,20,opt,name=sortType,proto3,enum=project_issue_api.SORT_TYPE" json:"sortType,omitempty"`
	SortKey   SORT_KEY  `protobuf:"varint,21,opt,name=sortKey,proto3,enum=project_issue_api.SORT_KEY" json:"sortKey,omitempty"`
	Offset    uint32    `protobuf:"varint,22,opt,name=offset,proto3" json:"offset,omitempty"`
	Limit     uint32    `protobuf:"varint,23,opt,name=limit,proto3" json:"limit,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMyTodoRequest) Descriptor deprecated

func (*ListMyTodoRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListMyTodoRequest.ProtoReflect.Descriptor instead.

func (*ListMyTodoRequest) GetLimit

func (x *ListMyTodoRequest) GetLimit() uint32

func (*ListMyTodoRequest) GetOffset

func (x *ListMyTodoRequest) GetOffset() uint32

func (*ListMyTodoRequest) GetSessionId

func (x *ListMyTodoRequest) GetSessionId() string

func (*ListMyTodoRequest) GetSortKey

func (x *ListMyTodoRequest) GetSortKey() SORT_KEY

func (*ListMyTodoRequest) GetSortType

func (x *ListMyTodoRequest) GetSortType() SORT_TYPE

func (*ListMyTodoRequest) ProtoMessage

func (*ListMyTodoRequest) ProtoMessage()

func (*ListMyTodoRequest) ProtoReflect

func (x *ListMyTodoRequest) ProtoReflect() protoreflect.Message

func (*ListMyTodoRequest) Reset

func (x *ListMyTodoRequest) Reset()

func (*ListMyTodoRequest) String

func (x *ListMyTodoRequest) String() string

type ListMyTodoResponse

type ListMyTodoResponse struct {
	Code       ListMyTodoResponse_CODE `protobuf:"varint,1,opt,name=code,proto3,enum=project_issue_api.ListMyTodoResponse_CODE" json:"code,omitempty"`
	ErrMsg     string                  `protobuf:"bytes,2,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	TotalCount uint32                  `protobuf:"varint,3,opt,name=totalCount,proto3" json:"totalCount,omitempty"`
	InfoList   []*IssueInfo            `protobuf:"bytes,4,rep,name=infoList,proto3" json:"infoList,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMyTodoResponse) Descriptor deprecated

func (*ListMyTodoResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListMyTodoResponse.ProtoReflect.Descriptor instead.

func (*ListMyTodoResponse) GetCode

func (*ListMyTodoResponse) GetErrMsg

func (x *ListMyTodoResponse) GetErrMsg() string

func (*ListMyTodoResponse) GetInfoList

func (x *ListMyTodoResponse) GetInfoList() []*IssueInfo

func (*ListMyTodoResponse) GetTotalCount

func (x *ListMyTodoResponse) GetTotalCount() uint32

func (*ListMyTodoResponse) ProtoMessage

func (*ListMyTodoResponse) ProtoMessage()

func (*ListMyTodoResponse) ProtoReflect

func (x *ListMyTodoResponse) ProtoReflect() protoreflect.Message

func (*ListMyTodoResponse) Reset

func (x *ListMyTodoResponse) Reset()

func (*ListMyTodoResponse) String

func (x *ListMyTodoResponse) String() string

type ListMyTodoResponse_CODE

type ListMyTodoResponse_CODE int32
const (
	ListMyTodoResponse_CODE_OK            ListMyTodoResponse_CODE = 0
	ListMyTodoResponse_CODE_WRONG_SESSION ListMyTodoResponse_CODE = 1
)

func (ListMyTodoResponse_CODE) Descriptor

func (ListMyTodoResponse_CODE) Enum

func (ListMyTodoResponse_CODE) EnumDescriptor deprecated

func (ListMyTodoResponse_CODE) EnumDescriptor() ([]byte, []int)

Deprecated: Use ListMyTodoResponse_CODE.Descriptor instead.

func (ListMyTodoResponse_CODE) Number

func (ListMyTodoResponse_CODE) String

func (x ListMyTodoResponse_CODE) String() string

func (ListMyTodoResponse_CODE) Type

type ListParam

type ListParam struct {
	FilterByIssueType    bool             `protobuf:"varint,1,opt,name=filterByIssueType,proto3" json:"filterByIssueType,omitempty"`
	IssueType            ISSUE_TYPE       `protobuf:"varint,2,opt,name=issueType,proto3,enum=project_issue_api.ISSUE_TYPE" json:"issueType,omitempty"`
	FilterByState        bool             `protobuf:"varint,3,opt,name=filterByState,proto3" json:"filterByState,omitempty"`
	StateList            []ISSUE_STATE    `protobuf:"varint,4,rep,packed,name=stateList,proto3,enum=project_issue_api.ISSUE_STATE" json:"stateList,omitempty"`
	FilterByCreateUserId bool             `protobuf:"varint,5,opt,name=filterByCreateUserId,proto3" json:"filterByCreateUserId,omitempty"`
	CreateUserIdList     []string         `protobuf:"bytes,6,rep,name=createUserIdList,proto3" json:"createUserIdList,omitempty"`
	FilterByAssginUserId bool             `protobuf:"varint,7,opt,name=filterByAssginUserId,proto3" json:"filterByAssginUserId,omitempty"`
	AssginUserIdList     []string         `protobuf:"bytes,8,rep,name=assginUserIdList,proto3" json:"assginUserIdList,omitempty"`
	AssginUserType       ASSGIN_USER_TYPE `protobuf:"varint,9,opt,name=assginUserType,proto3,enum=project_issue_api.ASSGIN_USER_TYPE" json:"assginUserType,omitempty"`
	FilterBySpritId      bool             `protobuf:"varint,11,opt,name=filterBySpritId,proto3" json:"filterBySpritId,omitempty"`
	SpritIdList          []string         `protobuf:"bytes,12,rep,name=spritIdList,proto3" json:"spritIdList,omitempty"`
	FilterByCreateTime   bool             `protobuf:"varint,13,opt,name=filterByCreateTime,proto3" json:"filterByCreateTime,omitempty"`
	FromCreateTime       int64            `protobuf:"varint,14,opt,name=fromCreateTime,proto3" json:"fromCreateTime,omitempty"`
	ToCreateTime         int64            `protobuf:"varint,15,opt,name=toCreateTime,proto3" json:"toCreateTime,omitempty"`
	FilterByUpdateTime   bool             `protobuf:"varint,16,opt,name=filterByUpdateTime,proto3" json:"filterByUpdateTime,omitempty"`
	FromUpdateTime       int64            `protobuf:"varint,17,opt,name=fromUpdateTime,proto3" json:"fromUpdateTime,omitempty"`
	ToUpdateTime         int64            `protobuf:"varint,18,opt,name=toUpdateTime,proto3" json:"toUpdateTime,omitempty"`
	FilterByTitleKeyword bool             `protobuf:"varint,19,opt,name=filterByTitleKeyword,proto3" json:"filterByTitleKeyword,omitempty"`
	TitleKeyword         string           `protobuf:"bytes,20,opt,name=titleKeyword,proto3" json:"titleKeyword,omitempty"`
	FilterByTagIdList    bool             `protobuf:"varint,21,opt,name=filterByTagIdList,proto3" json:"filterByTagIdList,omitempty"`
	TagIdList            []string         `protobuf:"bytes,22,rep,name=tagIdList,proto3" json:"tagIdList,omitempty"`
	FilterByWatch        bool             `protobuf:"varint,23,opt,name=filterByWatch,proto3" json:"filterByWatch,omitempty"`
	// bool watch = 24;
	// 任务相关
	FilterByTaskPriority bool            `protobuf:"varint,40,opt,name=filterByTaskPriority,proto3" json:"filterByTaskPriority,omitempty"`
	TaskPriorityList     []TASK_PRIORITY `` /* 131-byte string literal not displayed */
	// 缺陷相关
	FilterBySoftwareVersion bool           `protobuf:"varint,60,opt,name=filterBySoftwareVersion,proto3" json:"filterBySoftwareVersion,omitempty"`
	SoftwareVersionList     []string       `protobuf:"bytes,61,rep,name=softwareVersionList,proto3" json:"softwareVersionList,omitempty"`
	FilterByBugPriority     bool           `protobuf:"varint,62,opt,name=filterByBugPriority,proto3" json:"filterByBugPriority,omitempty"`
	BugPriorityList         []BUG_PRIORITY `` /* 128-byte string literal not displayed */
	FilterByBugLevel        bool           `protobuf:"varint,64,opt,name=filterByBugLevel,proto3" json:"filterByBugLevel,omitempty"`
	BugLevelList            []BUG_LEVEL    `protobuf:"varint,65,rep,packed,name=bugLevelList,proto3,enum=project_issue_api.BUG_LEVEL" json:"bugLevelList,omitempty"`
	// contains filtered or unexported fields
}

func (*ListParam) Descriptor deprecated

func (*ListParam) Descriptor() ([]byte, []int)

Deprecated: Use ListParam.ProtoReflect.Descriptor instead.

func (*ListParam) GetAssginUserIdList

func (x *ListParam) GetAssginUserIdList() []string

func (*ListParam) GetAssginUserType

func (x *ListParam) GetAssginUserType() ASSGIN_USER_TYPE

func (*ListParam) GetBugLevelList

func (x *ListParam) GetBugLevelList() []BUG_LEVEL

func (*ListParam) GetBugPriorityList

func (x *ListParam) GetBugPriorityList() []BUG_PRIORITY

func (*ListParam) GetCreateUserIdList

func (x *ListParam) GetCreateUserIdList() []string

func (*ListParam) GetFilterByAssginUserId

func (x *ListParam) GetFilterByAssginUserId() bool

func (*ListParam) GetFilterByBugLevel

func (x *ListParam) GetFilterByBugLevel() bool

func (*ListParam) GetFilterByBugPriority

func (x *ListParam) GetFilterByBugPriority() bool

func (*ListParam) GetFilterByCreateTime

func (x *ListParam) GetFilterByCreateTime() bool

func (*ListParam) GetFilterByCreateUserId

func (x *ListParam) GetFilterByCreateUserId() bool

func (*ListParam) GetFilterByIssueType

func (x *ListParam) GetFilterByIssueType() bool

func (*ListParam) GetFilterBySoftwareVersion

func (x *ListParam) GetFilterBySoftwareVersion() bool

func (*ListParam) GetFilterBySpritId

func (x *ListParam) GetFilterBySpritId() bool

func (*ListParam) GetFilterByState

func (x *ListParam) GetFilterByState() bool

func (*ListParam) GetFilterByTagIdList

func (x *ListParam) GetFilterByTagIdList() bool

func (*ListParam) GetFilterByTaskPriority

func (x *ListParam) GetFilterByTaskPriority() bool

func (*ListParam) GetFilterByTitleKeyword

func (x *ListParam) GetFilterByTitleKeyword() bool

func (*ListParam) GetFilterByUpdateTime

func (x *ListParam) GetFilterByUpdateTime() bool

func (*ListParam) GetFilterByWatch

func (x *ListParam) GetFilterByWatch() bool

func (*ListParam) GetFromCreateTime

func (x *ListParam) GetFromCreateTime() int64

func (*ListParam) GetFromUpdateTime

func (x *ListParam) GetFromUpdateTime() int64

func (*ListParam) GetIssueType

func (x *ListParam) GetIssueType() ISSUE_TYPE

func (*ListParam) GetSoftwareVersionList

func (x *ListParam) GetSoftwareVersionList() []string

func (*ListParam) GetSpritIdList

func (x *ListParam) GetSpritIdList() []string

func (*ListParam) GetStateList

func (x *ListParam) GetStateList() []ISSUE_STATE

func (*ListParam) GetTagIdList

func (x *ListParam) GetTagIdList() []string

func (*ListParam) GetTaskPriorityList

func (x *ListParam) GetTaskPriorityList() []TASK_PRIORITY

func (*ListParam) GetTitleKeyword

func (x *ListParam) GetTitleKeyword() string

func (*ListParam) GetToCreateTime

func (x *ListParam) GetToCreateTime() int64

func (*ListParam) GetToUpdateTime

func (x *ListParam) GetToUpdateTime() int64

func (*ListParam) ProtoMessage

func (*ListParam) ProtoMessage()

func (*ListParam) ProtoReflect

func (x *ListParam) ProtoReflect() protoreflect.Message

func (*ListParam) Reset

func (x *ListParam) Reset()

func (*ListParam) String

func (x *ListParam) String() string

type ListRequest

type ListRequest struct {
	SessionId string     `protobuf:"bytes,1,opt,name=sessionId,proto3" json:"sessionId,omitempty"`
	ProjectId string     `protobuf:"bytes,2,opt,name=projectId,proto3" json:"projectId,omitempty"`
	ListParam *ListParam `protobuf:"bytes,3,opt,name=listParam,proto3" json:"listParam,omitempty"`
	SortType  SORT_TYPE  `protobuf:"varint,20,opt,name=sortType,proto3,enum=project_issue_api.SORT_TYPE" json:"sortType,omitempty"`
	SortKey   SORT_KEY   `protobuf:"varint,21,opt,name=sortKey,proto3,enum=project_issue_api.SORT_KEY" json:"sortKey,omitempty"`
	Offset    uint32     `protobuf:"varint,22,opt,name=offset,proto3" json:"offset,omitempty"`
	Limit     uint32     `protobuf:"varint,23,opt,name=limit,proto3" json:"limit,omitempty"`
	// contains filtered or unexported fields
}

func (*ListRequest) Descriptor deprecated

func (*ListRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListRequest.ProtoReflect.Descriptor instead.

func (*ListRequest) GetLimit

func (x *ListRequest) GetLimit() uint32

func (*ListRequest) GetListParam

func (x *ListRequest) GetListParam() *ListParam

func (*ListRequest) GetOffset

func (x *ListRequest) GetOffset() uint32

func (*ListRequest) GetProjectId

func (x *ListRequest) GetProjectId() string

func (*ListRequest) GetSessionId

func (x *ListRequest) GetSessionId() string

func (*ListRequest) GetSortKey

func (x *ListRequest) GetSortKey() SORT_KEY

func (*ListRequest) GetSortType

func (x *ListRequest) GetSortType() SORT_TYPE

func (*ListRequest) ProtoMessage

func (*ListRequest) ProtoMessage()

func (*ListRequest) ProtoReflect

func (x *ListRequest) ProtoReflect() protoreflect.Message

func (*ListRequest) Reset

func (x *ListRequest) Reset()

func (*ListRequest) String

func (x *ListRequest) String() string

type ListResponse

type ListResponse struct {
	Code       ListResponse_CODE `protobuf:"varint,1,opt,name=code,proto3,enum=project_issue_api.ListResponse_CODE" json:"code,omitempty"`
	ErrMsg     string            `protobuf:"bytes,2,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	TotalCount uint32            `protobuf:"varint,3,opt,name=totalCount,proto3" json:"totalCount,omitempty"`
	InfoList   []*IssueInfo      `protobuf:"bytes,4,rep,name=infoList,proto3" json:"infoList,omitempty"`
	// contains filtered or unexported fields
}

func (*ListResponse) Descriptor deprecated

func (*ListResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListResponse.ProtoReflect.Descriptor instead.

func (*ListResponse) GetCode

func (x *ListResponse) GetCode() ListResponse_CODE

func (*ListResponse) GetErrMsg

func (x *ListResponse) GetErrMsg() string

func (*ListResponse) GetInfoList

func (x *ListResponse) GetInfoList() []*IssueInfo

func (*ListResponse) GetTotalCount

func (x *ListResponse) GetTotalCount() uint32

func (*ListResponse) ProtoMessage

func (*ListResponse) ProtoMessage()

func (*ListResponse) ProtoReflect

func (x *ListResponse) ProtoReflect() protoreflect.Message

func (*ListResponse) Reset

func (x *ListResponse) Reset()

func (*ListResponse) String

func (x *ListResponse) String() string

type ListResponse_CODE

type ListResponse_CODE int32
const (
	ListResponse_CODE_OK            ListResponse_CODE = 0
	ListResponse_CODE_WRONG_SESSION ListResponse_CODE = 1
	ListResponse_CODE_NO_PROJECT    ListResponse_CODE = 2
	ListResponse_CODE_NO_PERMISSION ListResponse_CODE = 3
)

func (ListResponse_CODE) Descriptor

func (ListResponse_CODE) Enum

func (ListResponse_CODE) EnumDescriptor deprecated

func (ListResponse_CODE) EnumDescriptor() ([]byte, []int)

Deprecated: Use ListResponse_CODE.Descriptor instead.

func (ListResponse_CODE) Number

func (ListResponse_CODE) String

func (x ListResponse_CODE) String() string

func (ListResponse_CODE) Type

type ListSubIssueRequest

type ListSubIssueRequest struct {
	SessionId string `protobuf:"bytes,1,opt,name=sessionId,proto3" json:"sessionId,omitempty"`
	ProjectId string `protobuf:"bytes,2,opt,name=projectId,proto3" json:"projectId,omitempty"`
	IssueId   string `protobuf:"bytes,3,opt,name=issueId,proto3" json:"issueId,omitempty"`
	// contains filtered or unexported fields
}

func (*ListSubIssueRequest) Descriptor deprecated

func (*ListSubIssueRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListSubIssueRequest.ProtoReflect.Descriptor instead.

func (*ListSubIssueRequest) GetIssueId

func (x *ListSubIssueRequest) GetIssueId() string

func (*ListSubIssueRequest) GetProjectId

func (x *ListSubIssueRequest) GetProjectId() string

func (*ListSubIssueRequest) GetSessionId

func (x *ListSubIssueRequest) GetSessionId() string

func (*ListSubIssueRequest) ProtoMessage

func (*ListSubIssueRequest) ProtoMessage()

func (*ListSubIssueRequest) ProtoReflect

func (x *ListSubIssueRequest) ProtoReflect() protoreflect.Message

func (*ListSubIssueRequest) Reset

func (x *ListSubIssueRequest) Reset()

func (*ListSubIssueRequest) String

func (x *ListSubIssueRequest) String() string

type ListSubIssueResponse

type ListSubIssueResponse struct {
	Code         ListSubIssueResponse_CODE `protobuf:"varint,1,opt,name=code,proto3,enum=project_issue_api.ListSubIssueResponse_CODE" json:"code,omitempty"`
	ErrMsg       string                    `protobuf:"bytes,2,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	SubIssueList []*SubIssueInfo           `protobuf:"bytes,3,rep,name=subIssueList,proto3" json:"subIssueList,omitempty"`
	// contains filtered or unexported fields
}

func (*ListSubIssueResponse) Descriptor deprecated

func (*ListSubIssueResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListSubIssueResponse.ProtoReflect.Descriptor instead.

func (*ListSubIssueResponse) GetCode

func (*ListSubIssueResponse) GetErrMsg

func (x *ListSubIssueResponse) GetErrMsg() string

func (*ListSubIssueResponse) GetSubIssueList

func (x *ListSubIssueResponse) GetSubIssueList() []*SubIssueInfo

func (*ListSubIssueResponse) ProtoMessage

func (*ListSubIssueResponse) ProtoMessage()

func (*ListSubIssueResponse) ProtoReflect

func (x *ListSubIssueResponse) ProtoReflect() protoreflect.Message

func (*ListSubIssueResponse) Reset

func (x *ListSubIssueResponse) Reset()

func (*ListSubIssueResponse) String

func (x *ListSubIssueResponse) String() string

type ListSubIssueResponse_CODE

type ListSubIssueResponse_CODE int32
const (
	ListSubIssueResponse_CODE_OK            ListSubIssueResponse_CODE = 0
	ListSubIssueResponse_CODE_WRONG_SESSION ListSubIssueResponse_CODE = 1
	ListSubIssueResponse_CODE_NO_PROJECT    ListSubIssueResponse_CODE = 2
	ListSubIssueResponse_CODE_NO_ISSUE      ListSubIssueResponse_CODE = 3
	ListSubIssueResponse_CODE_NO_PERMISSION ListSubIssueResponse_CODE = 4
)

func (ListSubIssueResponse_CODE) Descriptor

func (ListSubIssueResponse_CODE) Enum

func (ListSubIssueResponse_CODE) EnumDescriptor deprecated

func (ListSubIssueResponse_CODE) EnumDescriptor() ([]byte, []int)

Deprecated: Use ListSubIssueResponse_CODE.Descriptor instead.

func (ListSubIssueResponse_CODE) Number

func (ListSubIssueResponse_CODE) String

func (x ListSubIssueResponse_CODE) String() string

func (ListSubIssueResponse_CODE) Type

type ListVoteRequest

type ListVoteRequest struct {
	SessionId string `protobuf:"bytes,1,opt,name=sessionId,proto3" json:"sessionId,omitempty"`
	ProjectId string `protobuf:"bytes,2,opt,name=projectId,proto3" json:"projectId,omitempty"`
	IssueId   string `protobuf:"bytes,3,opt,name=issueId,proto3" json:"issueId,omitempty"`
	// contains filtered or unexported fields
}

func (*ListVoteRequest) Descriptor deprecated

func (*ListVoteRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListVoteRequest.ProtoReflect.Descriptor instead.

func (*ListVoteRequest) GetIssueId

func (x *ListVoteRequest) GetIssueId() string

func (*ListVoteRequest) GetProjectId

func (x *ListVoteRequest) GetProjectId() string

func (*ListVoteRequest) GetSessionId

func (x *ListVoteRequest) GetSessionId() string

func (*ListVoteRequest) ProtoMessage

func (*ListVoteRequest) ProtoMessage()

func (*ListVoteRequest) ProtoReflect

func (x *ListVoteRequest) ProtoReflect() protoreflect.Message

func (*ListVoteRequest) Reset

func (x *ListVoteRequest) Reset()

func (*ListVoteRequest) String

func (x *ListVoteRequest) String() string

type ListVoteResponse

type ListVoteResponse struct {
	Code     ListVoteResponse_CODE `protobuf:"varint,1,opt,name=code,proto3,enum=project_issue_api.ListVoteResponse_CODE" json:"code,omitempty"`
	ErrMsg   string                `protobuf:"bytes,2,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	VoteList []*VoteInfo           `protobuf:"bytes,3,rep,name=voteList,proto3" json:"voteList,omitempty"`
	// contains filtered or unexported fields
}

func (*ListVoteResponse) Descriptor deprecated

func (*ListVoteResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListVoteResponse.ProtoReflect.Descriptor instead.

func (*ListVoteResponse) GetCode

func (*ListVoteResponse) GetErrMsg

func (x *ListVoteResponse) GetErrMsg() string

func (*ListVoteResponse) GetVoteList

func (x *ListVoteResponse) GetVoteList() []*VoteInfo

func (*ListVoteResponse) ProtoMessage

func (*ListVoteResponse) ProtoMessage()

func (*ListVoteResponse) ProtoReflect

func (x *ListVoteResponse) ProtoReflect() protoreflect.Message

func (*ListVoteResponse) Reset

func (x *ListVoteResponse) Reset()

func (*ListVoteResponse) String

func (x *ListVoteResponse) String() string

type ListVoteResponse_CODE

type ListVoteResponse_CODE int32
const (
	ListVoteResponse_CODE_OK            ListVoteResponse_CODE = 0
	ListVoteResponse_CODE_WRONG_SESSION ListVoteResponse_CODE = 1
	ListVoteResponse_CODE_NO_PROJECT    ListVoteResponse_CODE = 2
	ListVoteResponse_CODE_NO_ISSUE      ListVoteResponse_CODE = 3
	ListVoteResponse_CODE_NO_PERMISSION ListVoteResponse_CODE = 4
)

func (ListVoteResponse_CODE) Descriptor

func (ListVoteResponse_CODE) Enum

func (ListVoteResponse_CODE) EnumDescriptor deprecated

func (ListVoteResponse_CODE) EnumDescriptor() ([]byte, []int)

Deprecated: Use ListVoteResponse_CODE.Descriptor instead.

func (ListVoteResponse_CODE) Number

func (ListVoteResponse_CODE) String

func (x ListVoteResponse_CODE) String() string

func (ListVoteResponse_CODE) Type

type MemberState

type MemberState struct {
	ProjectId          string `protobuf:"bytes,1,opt,name=projectId,proto3" json:"projectId,omitempty"`
	MemberUserId       string `protobuf:"bytes,2,opt,name=memberUserId,proto3" json:"memberUserId,omitempty"`
	TaskCreateCount    uint32 `protobuf:"varint,3,opt,name=taskCreateCount,proto3" json:"taskCreateCount,omitempty"`
	TaskUnExecCount    uint32 `protobuf:"varint,4,opt,name=taskUnExecCount,proto3" json:"taskUnExecCount,omitempty"`
	TaskUnCheckCount   uint32 `protobuf:"varint,5,opt,name=taskUnCheckCount,proto3" json:"taskUnCheckCount,omitempty"`
	TaskExecDoneCount  uint32 `protobuf:"varint,6,opt,name=taskExecDoneCount,proto3" json:"taskExecDoneCount,omitempty"`
	TaskCheckDoneCount uint32 `protobuf:"varint,7,opt,name=taskCheckDoneCount,proto3" json:"taskCheckDoneCount,omitempty"`
	BugCreateCount     uint32 `protobuf:"varint,20,opt,name=bugCreateCount,proto3" json:"bugCreateCount,omitempty"`
	BugUnExecCount     uint32 `protobuf:"varint,21,opt,name=bugUnExecCount,proto3" json:"bugUnExecCount,omitempty"`
	BugUnCheckCount    uint32 `protobuf:"varint,22,opt,name=bugUnCheckCount,proto3" json:"bugUnCheckCount,omitempty"`
	BugExecDoneCount   uint32 `protobuf:"varint,23,opt,name=bugExecDoneCount,proto3" json:"bugExecDoneCount,omitempty"`
	BugCheckDoneCount  uint32 `protobuf:"varint,24,opt,name=bugCheckDoneCount,proto3" json:"bugCheckDoneCount,omitempty"`
	// contains filtered or unexported fields
}

func (*MemberState) Descriptor deprecated

func (*MemberState) Descriptor() ([]byte, []int)

Deprecated: Use MemberState.ProtoReflect.Descriptor instead.

func (*MemberState) GetBugCheckDoneCount

func (x *MemberState) GetBugCheckDoneCount() uint32

func (*MemberState) GetBugCreateCount

func (x *MemberState) GetBugCreateCount() uint32

func (*MemberState) GetBugExecDoneCount

func (x *MemberState) GetBugExecDoneCount() uint32

func (*MemberState) GetBugUnCheckCount

func (x *MemberState) GetBugUnCheckCount() uint32

func (*MemberState) GetBugUnExecCount

func (x *MemberState) GetBugUnExecCount() uint32

func (*MemberState) GetMemberUserId

func (x *MemberState) GetMemberUserId() string

func (*MemberState) GetProjectId

func (x *MemberState) GetProjectId() string

func (*MemberState) GetTaskCheckDoneCount

func (x *MemberState) GetTaskCheckDoneCount() uint32

func (*MemberState) GetTaskCreateCount

func (x *MemberState) GetTaskCreateCount() uint32

func (*MemberState) GetTaskExecDoneCount

func (x *MemberState) GetTaskExecDoneCount() uint32

func (*MemberState) GetTaskUnCheckCount

func (x *MemberState) GetTaskUnCheckCount() uint32

func (*MemberState) GetTaskUnExecCount

func (x *MemberState) GetTaskUnExecCount() uint32

func (*MemberState) ProtoMessage

func (*MemberState) ProtoMessage()

func (*MemberState) ProtoReflect

func (x *MemberState) ProtoReflect() protoreflect.Message

func (*MemberState) Reset

func (x *MemberState) Reset()

func (*MemberState) String

func (x *MemberState) String() string

type PROCESS_STAGE

type PROCESS_STAGE int32
const (
	PROCESS_STAGE_PROCESS_STAGE_TODO  PROCESS_STAGE = 0
	PROCESS_STAGE_PROCESS_STAGE_DOING PROCESS_STAGE = 1
	PROCESS_STAGE_PROCESS_STAGE_DONE  PROCESS_STAGE = 2
)

func (PROCESS_STAGE) Descriptor

func (PROCESS_STAGE) Enum

func (x PROCESS_STAGE) Enum() *PROCESS_STAGE

func (PROCESS_STAGE) EnumDescriptor deprecated

func (PROCESS_STAGE) EnumDescriptor() ([]byte, []int)

Deprecated: Use PROCESS_STAGE.Descriptor instead.

func (PROCESS_STAGE) Number

func (PROCESS_STAGE) String

func (x PROCESS_STAGE) String() string

func (PROCESS_STAGE) Type

type ProjectIssueApiClient

type ProjectIssueApiClient interface {
	// 创建issue
	Create(ctx context.Context, in *CreateRequest, opts ...grpc.CallOption) (*CreateResponse, error)
	// 更新issue
	Update(ctx context.Context, in *UpdateRequest, opts ...grpc.CallOption) (*UpdateResponse, error)
	// 只更新标题
	UpdateTitle(ctx context.Context, in *UpdateTitleRequest, opts ...grpc.CallOption) (*UpdateResponse, error)
	// 只更新内容
	UpdateContent(ctx context.Context, in *UpdateContentRequest, opts ...grpc.CallOption) (*UpdateResponse, error)
	// 更新标签ID
	UpdateTagIdList(ctx context.Context, in *UpdateTagIdListRequest, opts ...grpc.CallOption) (*UpdateResponse, error)
	// 只更新额外信息
	UpdateExtraInfo(ctx context.Context, in *UpdateExtraInfoRequest, opts ...grpc.CallOption) (*UpdateResponse, error)
	// 获取单条issue
	Get(ctx context.Context, in *GetRequest, opts ...grpc.CallOption) (*GetResponse, error)
	// 删除单条issue
	Remove(ctx context.Context, in *RemoveRequest, opts ...grpc.CallOption) (*RemoveResponse, error)
	// 指派执行者
	AssignExecUser(ctx context.Context, in *AssignExecUserRequest, opts ...grpc.CallOption) (*AssignExecUserResponse, error)
	// 指派执行者
	AssignCheckUser(ctx context.Context, in *AssignCheckUserRequest, opts ...grpc.CallOption) (*AssignCheckUserResponse, error)
	// 修改状态
	ChangeState(ctx context.Context, in *ChangeStateRequest, opts ...grpc.CallOption) (*ChangeStateResponse, error)
	// 更新执行阶段
	UpdateProcessStage(ctx context.Context, in *UpdateProcessStageRequest, opts ...grpc.CallOption) (*UpdateProcessStageResponse, error)
	// 列出issue
	List(ctx context.Context, in *ListRequest, opts ...grpc.CallOption) (*ListResponse, error)
	// 列出issue Id列表
	ListId(ctx context.Context, in *ListIdRequest, opts ...grpc.CallOption) (*ListIdResponse, error)
	// 按id列出issue
	ListById(ctx context.Context, in *ListByIdRequest, opts ...grpc.CallOption) (*ListByIdResponse, error)
	// 获取我的TODO状态
	GetMyTodoStatus(ctx context.Context, in *GetMyTodoStatusRequest, opts ...grpc.CallOption) (*GetMyTodoStatusResponse, error)
	// 列出我的TODO
	ListMyTodo(ctx context.Context, in *ListMyTodoRequest, opts ...grpc.CallOption) (*ListMyTodoResponse, error)
	// 列出我的待办
	ListMySimpleTodo(ctx context.Context, in *ListMySimpleTodoRequest, opts ...grpc.CallOption) (*ListMySimpleTodoResponse, error)
	// 列出属性唯一值
	ListAttrValue(ctx context.Context, in *ListAttrValueRequest, opts ...grpc.CallOption) (*ListAttrValueResponse, error)
	// 关联到迭代
	LinkSprit(ctx context.Context, in *LinkSpritRequest, opts ...grpc.CallOption) (*LinkSpritResponse, error)
	// 取消关联到迭代
	CancelLinkSprit(ctx context.Context, in *CancelLinkSpritRequest, opts ...grpc.CallOption) (*CancelLinkSpritResponse, error)
	// 更新开始时间
	SetStartTime(ctx context.Context, in *SetStartTimeRequest, opts ...grpc.CallOption) (*SetStartTimeResponse, error)
	// 取消开始事件
	CancelStartTime(ctx context.Context, in *CancelStartTimeRequest, opts ...grpc.CallOption) (*CancelStartTimeResponse, error)
	// 更新结束时间
	SetEndTime(ctx context.Context, in *SetEndTimeRequest, opts ...grpc.CallOption) (*SetEndTimeResponse, error)
	// 取消结束时间
	CancelEndTime(ctx context.Context, in *CancelEndTimeRequest, opts ...grpc.CallOption) (*CancelEndTimeResponse, error)
	// 更新预估时间
	SetEstimateMinutes(ctx context.Context, in *SetEstimateMinutesRequest, opts ...grpc.CallOption) (*SetEstimateMinutesResponse, error)
	// 取消预估时间
	CancelEstimateMinutes(ctx context.Context, in *CancelEstimateMinutesRequest, opts ...grpc.CallOption) (*CancelEstimateMinutesResponse, error)
	// 更新剩余时间
	SetRemainMinutes(ctx context.Context, in *SetRemainMinutesRequest, opts ...grpc.CallOption) (*SetRemainMinutesResponse, error)
	// 取消剩余时间
	CancelRemainMinutes(ctx context.Context, in *CancelRemainMinutesRequest, opts ...grpc.CallOption) (*CancelRemainMinutesResponse, error)
	// 设置截至时间
	SetDeadLineTime(ctx context.Context, in *SetDeadLineTimeRequest, opts ...grpc.CallOption) (*SetDeadLineTimeResponse, error)
	// 取消截至时间
	CancelDeadLineTime(ctx context.Context, in *CancelDeadLineTimeRequest, opts ...grpc.CallOption) (*CancelDeadLineTimeResponse, error)
	// 获取成员状态
	GetMemberState(ctx context.Context, in *GetMemberStateRequest, opts ...grpc.CallOption) (*GetMemberStateResponse, error)
	// 列出成员状态
	ListMemberState(ctx context.Context, in *ListMemberStateRequest, opts ...grpc.CallOption) (*ListMemberStateResponse, error)
	// 增加子工单
	CreateSubIssue(ctx context.Context, in *CreateSubIssueRequest, opts ...grpc.CallOption) (*CreateSubIssueResponse, error)
	// 更新子工单
	UpdateSubIssue(ctx context.Context, in *UpdateSubIssueRequest, opts ...grpc.CallOption) (*UpdateSubIssueResponse, error)
	// 更新子工单状态
	UpdateSubIssueState(ctx context.Context, in *UpdateSubIssueStateRequest, opts ...grpc.CallOption) (*UpdateSubIssueStateResponse, error)
	// 列出子工单
	ListSubIssue(ctx context.Context, in *ListSubIssueRequest, opts ...grpc.CallOption) (*ListSubIssueResponse, error)
	// 删除子工单
	RemoveSubIssue(ctx context.Context, in *RemoveSubIssueRequest, opts ...grpc.CallOption) (*RemoveSubIssueResponse, error)
	// 增加依赖
	AddDependence(ctx context.Context, in *AddDependenceRequest, opts ...grpc.CallOption) (*AddDependenceResponse, error)
	// 删除依赖
	RemoveDependence(ctx context.Context, in *RemoveDependenceRequest, opts ...grpc.CallOption) (*RemoveDependenceResponse, error)
	// 列出我的依赖
	ListMyDepend(ctx context.Context, in *ListMyDependRequest, opts ...grpc.CallOption) (*ListMyDependResponse, error)
	// 列出依赖我的
	ListDependMe(ctx context.Context, in *ListDependMeRequest, opts ...grpc.CallOption) (*ListDependMeResponse, error)
	// 列出投票
	ListVote(ctx context.Context, in *ListVoteRequest, opts ...grpc.CallOption) (*ListVoteResponse, error)
	// 投票
	SetVote(ctx context.Context, in *SetVoteRequest, opts ...grpc.CallOption) (*SetVoteResponse, error)
	// 删除投票
	RemoveVote(ctx context.Context, in *RemoveVoteRequest, opts ...grpc.CallOption) (*RemoveVoteResponse, error)
}

ProjectIssueApiClient is the client API for ProjectIssueApi service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewProjectIssueApiClient

func NewProjectIssueApiClient(cc grpc.ClientConnInterface) ProjectIssueApiClient

type ProjectIssueApiServer

type ProjectIssueApiServer interface {
	// 创建issue
	Create(context.Context, *CreateRequest) (*CreateResponse, error)
	// 更新issue
	Update(context.Context, *UpdateRequest) (*UpdateResponse, error)
	// 只更新标题
	UpdateTitle(context.Context, *UpdateTitleRequest) (*UpdateResponse, error)
	// 只更新内容
	UpdateContent(context.Context, *UpdateContentRequest) (*UpdateResponse, error)
	// 更新标签ID
	UpdateTagIdList(context.Context, *UpdateTagIdListRequest) (*UpdateResponse, error)
	// 只更新额外信息
	UpdateExtraInfo(context.Context, *UpdateExtraInfoRequest) (*UpdateResponse, error)
	// 获取单条issue
	Get(context.Context, *GetRequest) (*GetResponse, error)
	// 删除单条issue
	Remove(context.Context, *RemoveRequest) (*RemoveResponse, error)
	// 指派执行者
	AssignExecUser(context.Context, *AssignExecUserRequest) (*AssignExecUserResponse, error)
	// 指派执行者
	AssignCheckUser(context.Context, *AssignCheckUserRequest) (*AssignCheckUserResponse, error)
	// 修改状态
	ChangeState(context.Context, *ChangeStateRequest) (*ChangeStateResponse, error)
	// 更新执行阶段
	UpdateProcessStage(context.Context, *UpdateProcessStageRequest) (*UpdateProcessStageResponse, error)
	// 列出issue
	List(context.Context, *ListRequest) (*ListResponse, error)
	// 列出issue Id列表
	ListId(context.Context, *ListIdRequest) (*ListIdResponse, error)
	// 按id列出issue
	ListById(context.Context, *ListByIdRequest) (*ListByIdResponse, error)
	// 获取我的TODO状态
	GetMyTodoStatus(context.Context, *GetMyTodoStatusRequest) (*GetMyTodoStatusResponse, error)
	// 列出我的TODO
	ListMyTodo(context.Context, *ListMyTodoRequest) (*ListMyTodoResponse, error)
	// 列出我的待办
	ListMySimpleTodo(context.Context, *ListMySimpleTodoRequest) (*ListMySimpleTodoResponse, error)
	// 列出属性唯一值
	ListAttrValue(context.Context, *ListAttrValueRequest) (*ListAttrValueResponse, error)
	// 关联到迭代
	LinkSprit(context.Context, *LinkSpritRequest) (*LinkSpritResponse, error)
	// 取消关联到迭代
	CancelLinkSprit(context.Context, *CancelLinkSpritRequest) (*CancelLinkSpritResponse, error)
	// 更新开始时间
	SetStartTime(context.Context, *SetStartTimeRequest) (*SetStartTimeResponse, error)
	// 取消开始事件
	CancelStartTime(context.Context, *CancelStartTimeRequest) (*CancelStartTimeResponse, error)
	// 更新结束时间
	SetEndTime(context.Context, *SetEndTimeRequest) (*SetEndTimeResponse, error)
	// 取消结束时间
	CancelEndTime(context.Context, *CancelEndTimeRequest) (*CancelEndTimeResponse, error)
	// 更新预估时间
	SetEstimateMinutes(context.Context, *SetEstimateMinutesRequest) (*SetEstimateMinutesResponse, error)
	// 取消预估时间
	CancelEstimateMinutes(context.Context, *CancelEstimateMinutesRequest) (*CancelEstimateMinutesResponse, error)
	// 更新剩余时间
	SetRemainMinutes(context.Context, *SetRemainMinutesRequest) (*SetRemainMinutesResponse, error)
	// 取消剩余时间
	CancelRemainMinutes(context.Context, *CancelRemainMinutesRequest) (*CancelRemainMinutesResponse, error)
	// 设置截至时间
	SetDeadLineTime(context.Context, *SetDeadLineTimeRequest) (*SetDeadLineTimeResponse, error)
	// 取消截至时间
	CancelDeadLineTime(context.Context, *CancelDeadLineTimeRequest) (*CancelDeadLineTimeResponse, error)
	// 获取成员状态
	GetMemberState(context.Context, *GetMemberStateRequest) (*GetMemberStateResponse, error)
	// 列出成员状态
	ListMemberState(context.Context, *ListMemberStateRequest) (*ListMemberStateResponse, error)
	// 增加子工单
	CreateSubIssue(context.Context, *CreateSubIssueRequest) (*CreateSubIssueResponse, error)
	// 更新子工单
	UpdateSubIssue(context.Context, *UpdateSubIssueRequest) (*UpdateSubIssueResponse, error)
	// 更新子工单状态
	UpdateSubIssueState(context.Context, *UpdateSubIssueStateRequest) (*UpdateSubIssueStateResponse, error)
	// 列出子工单
	ListSubIssue(context.Context, *ListSubIssueRequest) (*ListSubIssueResponse, error)
	// 删除子工单
	RemoveSubIssue(context.Context, *RemoveSubIssueRequest) (*RemoveSubIssueResponse, error)
	// 增加依赖
	AddDependence(context.Context, *AddDependenceRequest) (*AddDependenceResponse, error)
	// 删除依赖
	RemoveDependence(context.Context, *RemoveDependenceRequest) (*RemoveDependenceResponse, error)
	// 列出我的依赖
	ListMyDepend(context.Context, *ListMyDependRequest) (*ListMyDependResponse, error)
	// 列出依赖我的
	ListDependMe(context.Context, *ListDependMeRequest) (*ListDependMeResponse, error)
	// 列出投票
	ListVote(context.Context, *ListVoteRequest) (*ListVoteResponse, error)
	// 投票
	SetVote(context.Context, *SetVoteRequest) (*SetVoteResponse, error)
	// 删除投票
	RemoveVote(context.Context, *RemoveVoteRequest) (*RemoveVoteResponse, error)
	// contains filtered or unexported methods
}

ProjectIssueApiServer is the server API for ProjectIssueApi service. All implementations must embed UnimplementedProjectIssueApiServer for forward compatibility

type RemoveDependenceRequest

type RemoveDependenceRequest struct {
	SessionId     string `protobuf:"bytes,1,opt,name=sessionId,proto3" json:"sessionId,omitempty"`
	ProjectId     string `protobuf:"bytes,2,opt,name=projectId,proto3" json:"projectId,omitempty"`
	IssueId       string `protobuf:"bytes,3,opt,name=issueId,proto3" json:"issueId,omitempty"`
	DependIssueId string `protobuf:"bytes,4,opt,name=dependIssueId,proto3" json:"dependIssueId,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveDependenceRequest) Descriptor deprecated

func (*RemoveDependenceRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveDependenceRequest.ProtoReflect.Descriptor instead.

func (*RemoveDependenceRequest) GetDependIssueId

func (x *RemoveDependenceRequest) GetDependIssueId() string

func (*RemoveDependenceRequest) GetIssueId

func (x *RemoveDependenceRequest) GetIssueId() string

func (*RemoveDependenceRequest) GetProjectId

func (x *RemoveDependenceRequest) GetProjectId() string

func (*RemoveDependenceRequest) GetSessionId

func (x *RemoveDependenceRequest) GetSessionId() string

func (*RemoveDependenceRequest) ProtoMessage

func (*RemoveDependenceRequest) ProtoMessage()

func (*RemoveDependenceRequest) ProtoReflect

func (x *RemoveDependenceRequest) ProtoReflect() protoreflect.Message

func (*RemoveDependenceRequest) Reset

func (x *RemoveDependenceRequest) Reset()

func (*RemoveDependenceRequest) String

func (x *RemoveDependenceRequest) String() string

type RemoveDependenceResponse

type RemoveDependenceResponse struct {
	Code   RemoveDependenceResponse_CODE `protobuf:"varint,1,opt,name=code,proto3,enum=project_issue_api.RemoveDependenceResponse_CODE" json:"code,omitempty"`
	ErrMsg string                        `protobuf:"bytes,2,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveDependenceResponse) Descriptor deprecated

func (*RemoveDependenceResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveDependenceResponse.ProtoReflect.Descriptor instead.

func (*RemoveDependenceResponse) GetCode

func (*RemoveDependenceResponse) GetErrMsg

func (x *RemoveDependenceResponse) GetErrMsg() string

func (*RemoveDependenceResponse) ProtoMessage

func (*RemoveDependenceResponse) ProtoMessage()

func (*RemoveDependenceResponse) ProtoReflect

func (x *RemoveDependenceResponse) ProtoReflect() protoreflect.Message

func (*RemoveDependenceResponse) Reset

func (x *RemoveDependenceResponse) Reset()

func (*RemoveDependenceResponse) String

func (x *RemoveDependenceResponse) String() string

type RemoveDependenceResponse_CODE

type RemoveDependenceResponse_CODE int32
const (
	RemoveDependenceResponse_CODE_OK              RemoveDependenceResponse_CODE = 0
	RemoveDependenceResponse_CODE_WRONG_SESSION   RemoveDependenceResponse_CODE = 1
	RemoveDependenceResponse_CODE_NO_PROJECT      RemoveDependenceResponse_CODE = 2
	RemoveDependenceResponse_CODE_NO_ISSUE        RemoveDependenceResponse_CODE = 3
	RemoveDependenceResponse_CODE_NO_PERMISSION   RemoveDependenceResponse_CODE = 4
	RemoveDependenceResponse_CODE_NO_DEPEND_ISSUE RemoveDependenceResponse_CODE = 5
)

func (RemoveDependenceResponse_CODE) Descriptor

func (RemoveDependenceResponse_CODE) Enum

func (RemoveDependenceResponse_CODE) EnumDescriptor deprecated

func (RemoveDependenceResponse_CODE) EnumDescriptor() ([]byte, []int)

Deprecated: Use RemoveDependenceResponse_CODE.Descriptor instead.

func (RemoveDependenceResponse_CODE) Number

func (RemoveDependenceResponse_CODE) String

func (RemoveDependenceResponse_CODE) Type

type RemoveRequest

type RemoveRequest struct {
	SessionId string `protobuf:"bytes,1,opt,name=sessionId,proto3" json:"sessionId,omitempty"`
	ProjectId string `protobuf:"bytes,2,opt,name=projectId,proto3" json:"projectId,omitempty"`
	IssueId   string `protobuf:"bytes,3,opt,name=issueId,proto3" json:"issueId,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveRequest) Descriptor deprecated

func (*RemoveRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveRequest.ProtoReflect.Descriptor instead.

func (*RemoveRequest) GetIssueId

func (x *RemoveRequest) GetIssueId() string

func (*RemoveRequest) GetProjectId

func (x *RemoveRequest) GetProjectId() string

func (*RemoveRequest) GetSessionId

func (x *RemoveRequest) GetSessionId() string

func (*RemoveRequest) ProtoMessage

func (*RemoveRequest) ProtoMessage()

func (*RemoveRequest) ProtoReflect

func (x *RemoveRequest) ProtoReflect() protoreflect.Message

func (*RemoveRequest) Reset

func (x *RemoveRequest) Reset()

func (*RemoveRequest) String

func (x *RemoveRequest) String() string

type RemoveResponse

type RemoveResponse struct {
	Code   RemoveResponse_CODE `protobuf:"varint,1,opt,name=code,proto3,enum=project_issue_api.RemoveResponse_CODE" json:"code,omitempty"`
	ErrMsg string              `protobuf:"bytes,2,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveResponse) Descriptor deprecated

func (*RemoveResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveResponse.ProtoReflect.Descriptor instead.

func (*RemoveResponse) GetCode

func (x *RemoveResponse) GetCode() RemoveResponse_CODE

func (*RemoveResponse) GetErrMsg

func (x *RemoveResponse) GetErrMsg() string

func (*RemoveResponse) ProtoMessage

func (*RemoveResponse) ProtoMessage()

func (*RemoveResponse) ProtoReflect

func (x *RemoveResponse) ProtoReflect() protoreflect.Message

func (*RemoveResponse) Reset

func (x *RemoveResponse) Reset()

func (*RemoveResponse) String

func (x *RemoveResponse) String() string

type RemoveResponse_CODE

type RemoveResponse_CODE int32
const (
	RemoveResponse_CODE_OK            RemoveResponse_CODE = 0
	RemoveResponse_CODE_WRONG_SESSION RemoveResponse_CODE = 1
	RemoveResponse_CODE_NO_PROJECT    RemoveResponse_CODE = 2
	RemoveResponse_CODE_NO_ISSUE      RemoveResponse_CODE = 3
	RemoveResponse_CODE_NO_PERMISSION RemoveResponse_CODE = 4
	RemoveResponse_CODE_NOT_CLOSE     RemoveResponse_CODE = 5
)

func (RemoveResponse_CODE) Descriptor

func (RemoveResponse_CODE) Enum

func (RemoveResponse_CODE) EnumDescriptor deprecated

func (RemoveResponse_CODE) EnumDescriptor() ([]byte, []int)

Deprecated: Use RemoveResponse_CODE.Descriptor instead.

func (RemoveResponse_CODE) Number

func (RemoveResponse_CODE) String

func (x RemoveResponse_CODE) String() string

func (RemoveResponse_CODE) Type

type RemoveSubIssueRequest

type RemoveSubIssueRequest struct {
	SessionId  string `protobuf:"bytes,1,opt,name=sessionId,proto3" json:"sessionId,omitempty"`
	ProjectId  string `protobuf:"bytes,2,opt,name=projectId,proto3" json:"projectId,omitempty"`
	IssueId    string `protobuf:"bytes,3,opt,name=issueId,proto3" json:"issueId,omitempty"`
	SubIssueId string `protobuf:"bytes,4,opt,name=subIssueId,proto3" json:"subIssueId,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveSubIssueRequest) Descriptor deprecated

func (*RemoveSubIssueRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveSubIssueRequest.ProtoReflect.Descriptor instead.

func (*RemoveSubIssueRequest) GetIssueId

func (x *RemoveSubIssueRequest) GetIssueId() string

func (*RemoveSubIssueRequest) GetProjectId

func (x *RemoveSubIssueRequest) GetProjectId() string

func (*RemoveSubIssueRequest) GetSessionId

func (x *RemoveSubIssueRequest) GetSessionId() string

func (*RemoveSubIssueRequest) GetSubIssueId

func (x *RemoveSubIssueRequest) GetSubIssueId() string

func (*RemoveSubIssueRequest) ProtoMessage

func (*RemoveSubIssueRequest) ProtoMessage()

func (*RemoveSubIssueRequest) ProtoReflect

func (x *RemoveSubIssueRequest) ProtoReflect() protoreflect.Message

func (*RemoveSubIssueRequest) Reset

func (x *RemoveSubIssueRequest) Reset()

func (*RemoveSubIssueRequest) String

func (x *RemoveSubIssueRequest) String() string

type RemoveSubIssueResponse

type RemoveSubIssueResponse struct {
	Code   RemoveSubIssueResponse_CODE `protobuf:"varint,1,opt,name=code,proto3,enum=project_issue_api.RemoveSubIssueResponse_CODE" json:"code,omitempty"`
	ErrMsg string                      `protobuf:"bytes,2,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveSubIssueResponse) Descriptor deprecated

func (*RemoveSubIssueResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveSubIssueResponse.ProtoReflect.Descriptor instead.

func (*RemoveSubIssueResponse) GetCode

func (*RemoveSubIssueResponse) GetErrMsg

func (x *RemoveSubIssueResponse) GetErrMsg() string

func (*RemoveSubIssueResponse) ProtoMessage

func (*RemoveSubIssueResponse) ProtoMessage()

func (*RemoveSubIssueResponse) ProtoReflect

func (x *RemoveSubIssueResponse) ProtoReflect() protoreflect.Message

func (*RemoveSubIssueResponse) Reset

func (x *RemoveSubIssueResponse) Reset()

func (*RemoveSubIssueResponse) String

func (x *RemoveSubIssueResponse) String() string

type RemoveSubIssueResponse_CODE

type RemoveSubIssueResponse_CODE int32
const (
	RemoveSubIssueResponse_CODE_OK            RemoveSubIssueResponse_CODE = 0
	RemoveSubIssueResponse_CODE_WRONG_SESSION RemoveSubIssueResponse_CODE = 1
	RemoveSubIssueResponse_CODE_NO_PROJECT    RemoveSubIssueResponse_CODE = 2
	RemoveSubIssueResponse_CODE_NO_ISSUE      RemoveSubIssueResponse_CODE = 3
	RemoveSubIssueResponse_CODE_NO_PERMISSION RemoveSubIssueResponse_CODE = 4
	RemoveSubIssueResponse_CODE_NO_SUB_ISSUE  RemoveSubIssueResponse_CODE = 5
)

func (RemoveSubIssueResponse_CODE) Descriptor

func (RemoveSubIssueResponse_CODE) Enum

func (RemoveSubIssueResponse_CODE) EnumDescriptor deprecated

func (RemoveSubIssueResponse_CODE) EnumDescriptor() ([]byte, []int)

Deprecated: Use RemoveSubIssueResponse_CODE.Descriptor instead.

func (RemoveSubIssueResponse_CODE) Number

func (RemoveSubIssueResponse_CODE) String

func (RemoveSubIssueResponse_CODE) Type

type RemoveVoteRequest

type RemoveVoteRequest struct {
	SessionId string `protobuf:"bytes,1,opt,name=sessionId,proto3" json:"sessionId,omitempty"`
	ProjectId string `protobuf:"bytes,2,opt,name=projectId,proto3" json:"projectId,omitempty"`
	IssueId   string `protobuf:"bytes,3,opt,name=issueId,proto3" json:"issueId,omitempty"`
	VoteId    string `protobuf:"bytes,4,opt,name=voteId,proto3" json:"voteId,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveVoteRequest) Descriptor deprecated

func (*RemoveVoteRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveVoteRequest.ProtoReflect.Descriptor instead.

func (*RemoveVoteRequest) GetIssueId

func (x *RemoveVoteRequest) GetIssueId() string

func (*RemoveVoteRequest) GetProjectId

func (x *RemoveVoteRequest) GetProjectId() string

func (*RemoveVoteRequest) GetSessionId

func (x *RemoveVoteRequest) GetSessionId() string

func (*RemoveVoteRequest) GetVoteId

func (x *RemoveVoteRequest) GetVoteId() string

func (*RemoveVoteRequest) ProtoMessage

func (*RemoveVoteRequest) ProtoMessage()

func (*RemoveVoteRequest) ProtoReflect

func (x *RemoveVoteRequest) ProtoReflect() protoreflect.Message

func (*RemoveVoteRequest) Reset

func (x *RemoveVoteRequest) Reset()

func (*RemoveVoteRequest) String

func (x *RemoveVoteRequest) String() string

type RemoveVoteResponse

type RemoveVoteResponse struct {
	Code   RemoveVoteResponse_CODE `protobuf:"varint,1,opt,name=code,proto3,enum=project_issue_api.RemoveVoteResponse_CODE" json:"code,omitempty"`
	ErrMsg string                  `protobuf:"bytes,2,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveVoteResponse) Descriptor deprecated

func (*RemoveVoteResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveVoteResponse.ProtoReflect.Descriptor instead.

func (*RemoveVoteResponse) GetCode

func (*RemoveVoteResponse) GetErrMsg

func (x *RemoveVoteResponse) GetErrMsg() string

func (*RemoveVoteResponse) ProtoMessage

func (*RemoveVoteResponse) ProtoMessage()

func (*RemoveVoteResponse) ProtoReflect

func (x *RemoveVoteResponse) ProtoReflect() protoreflect.Message

func (*RemoveVoteResponse) Reset

func (x *RemoveVoteResponse) Reset()

func (*RemoveVoteResponse) String

func (x *RemoveVoteResponse) String() string

type RemoveVoteResponse_CODE

type RemoveVoteResponse_CODE int32
const (
	RemoveVoteResponse_CODE_OK            RemoveVoteResponse_CODE = 0
	RemoveVoteResponse_CODE_WRONG_SESSION RemoveVoteResponse_CODE = 1
	RemoveVoteResponse_CODE_NO_PROJECT    RemoveVoteResponse_CODE = 2
	RemoveVoteResponse_CODE_NO_ISSUE      RemoveVoteResponse_CODE = 3
	RemoveVoteResponse_CODE_NO_PERMISSION RemoveVoteResponse_CODE = 4
)

func (RemoveVoteResponse_CODE) Descriptor

func (RemoveVoteResponse_CODE) Enum

func (RemoveVoteResponse_CODE) EnumDescriptor deprecated

func (RemoveVoteResponse_CODE) EnumDescriptor() ([]byte, []int)

Deprecated: Use RemoveVoteResponse_CODE.Descriptor instead.

func (RemoveVoteResponse_CODE) Number

func (RemoveVoteResponse_CODE) String

func (x RemoveVoteResponse_CODE) String() string

func (RemoveVoteResponse_CODE) Type

type SORT_KEY

type SORT_KEY int32
const (
	SORT_KEY_SORT_KEY_UPDATE_TIME      SORT_KEY = 0
	SORT_KEY_SORT_KEY_CREATE_TIME      SORT_KEY = 1
	SORT_KEY_SORT_KEY_STATE            SORT_KEY = 2
	SORT_KEY_SORT_KEY_SPRIT            SORT_KEY = 3 //只显示关联迭代的
	SORT_KEY_SORT_KEY_START_TIME       SORT_KEY = 4 //只显示有开始时间的
	SORT_KEY_SORT_KEY_END_TIME         SORT_KEY = 5 //只显示有结束时间的
	SORT_KEY_SORT_KEY_ESTIMATE_MINUTES SORT_KEY = 6 //只显示有预估工时的
	SORT_KEY_SORT_KEY_REMAIN_MINUTES   SORT_KEY = 7 //只显示有剩余工时的
	// 任务相关属性
	SORT_KEY_SORT_KEY_TASK_PRIORITY SORT_KEY = 20
	// 缺陷相关属性
	SORT_KEY_SORT_KEY_SOFTWARE_VERSION SORT_KEY = 40
	SORT_KEY_SORT_KEY_BUG_PRIORITY     SORT_KEY = 41
	SORT_KEY_SORT_KEY_BUG_LEVEL        SORT_KEY = 42
)

func (SORT_KEY) Descriptor

func (SORT_KEY) Descriptor() protoreflect.EnumDescriptor

func (SORT_KEY) Enum

func (x SORT_KEY) Enum() *SORT_KEY

func (SORT_KEY) EnumDescriptor deprecated

func (SORT_KEY) EnumDescriptor() ([]byte, []int)

Deprecated: Use SORT_KEY.Descriptor instead.

func (SORT_KEY) Number

func (x SORT_KEY) Number() protoreflect.EnumNumber

func (SORT_KEY) String

func (x SORT_KEY) String() string

func (SORT_KEY) Type

type SORT_TYPE

type SORT_TYPE int32
const (
	SORT_TYPE_SORT_TYPE_ASC SORT_TYPE = 0 //升序
	SORT_TYPE_SORT_TYPE_DSC SORT_TYPE = 1 //降序
)

func (SORT_TYPE) Descriptor

func (SORT_TYPE) Descriptor() protoreflect.EnumDescriptor

func (SORT_TYPE) Enum

func (x SORT_TYPE) Enum() *SORT_TYPE

func (SORT_TYPE) EnumDescriptor deprecated

func (SORT_TYPE) EnumDescriptor() ([]byte, []int)

Deprecated: Use SORT_TYPE.Descriptor instead.

func (SORT_TYPE) Number

func (x SORT_TYPE) Number() protoreflect.EnumNumber

func (SORT_TYPE) String

func (x SORT_TYPE) String() string

func (SORT_TYPE) Type

type SetDeadLineTimeRequest

type SetDeadLineTimeRequest struct {
	SessionId    string `protobuf:"bytes,1,opt,name=sessionId,proto3" json:"sessionId,omitempty"`
	ProjectId    string `protobuf:"bytes,2,opt,name=projectId,proto3" json:"projectId,omitempty"`
	IssueId      string `protobuf:"bytes,3,opt,name=issueId,proto3" json:"issueId,omitempty"`
	DeadLineTime int64  `protobuf:"varint,4,opt,name=deadLineTime,proto3" json:"deadLineTime,omitempty"`
	// contains filtered or unexported fields
}

func (*SetDeadLineTimeRequest) Descriptor deprecated

func (*SetDeadLineTimeRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetDeadLineTimeRequest.ProtoReflect.Descriptor instead.

func (*SetDeadLineTimeRequest) GetDeadLineTime

func (x *SetDeadLineTimeRequest) GetDeadLineTime() int64

func (*SetDeadLineTimeRequest) GetIssueId

func (x *SetDeadLineTimeRequest) GetIssueId() string

func (*SetDeadLineTimeRequest) GetProjectId

func (x *SetDeadLineTimeRequest) GetProjectId() string

func (*SetDeadLineTimeRequest) GetSessionId

func (x *SetDeadLineTimeRequest) GetSessionId() string

func (*SetDeadLineTimeRequest) ProtoMessage

func (*SetDeadLineTimeRequest) ProtoMessage()

func (*SetDeadLineTimeRequest) ProtoReflect

func (x *SetDeadLineTimeRequest) ProtoReflect() protoreflect.Message

func (*SetDeadLineTimeRequest) Reset

func (x *SetDeadLineTimeRequest) Reset()

func (*SetDeadLineTimeRequest) String

func (x *SetDeadLineTimeRequest) String() string

type SetDeadLineTimeResponse

type SetDeadLineTimeResponse struct {
	Code   SetDeadLineTimeResponse_CODE `protobuf:"varint,1,opt,name=code,proto3,enum=project_issue_api.SetDeadLineTimeResponse_CODE" json:"code,omitempty"`
	ErrMsg string                       `protobuf:"bytes,2,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	// contains filtered or unexported fields
}

func (*SetDeadLineTimeResponse) Descriptor deprecated

func (*SetDeadLineTimeResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetDeadLineTimeResponse.ProtoReflect.Descriptor instead.

func (*SetDeadLineTimeResponse) GetCode

func (*SetDeadLineTimeResponse) GetErrMsg

func (x *SetDeadLineTimeResponse) GetErrMsg() string

func (*SetDeadLineTimeResponse) ProtoMessage

func (*SetDeadLineTimeResponse) ProtoMessage()

func (*SetDeadLineTimeResponse) ProtoReflect

func (x *SetDeadLineTimeResponse) ProtoReflect() protoreflect.Message

func (*SetDeadLineTimeResponse) Reset

func (x *SetDeadLineTimeResponse) Reset()

func (*SetDeadLineTimeResponse) String

func (x *SetDeadLineTimeResponse) String() string

type SetDeadLineTimeResponse_CODE

type SetDeadLineTimeResponse_CODE int32
const (
	SetDeadLineTimeResponse_CODE_OK            SetDeadLineTimeResponse_CODE = 0
	SetDeadLineTimeResponse_CODE_WRONG_SESSION SetDeadLineTimeResponse_CODE = 1
	SetDeadLineTimeResponse_CODE_NO_PROJECT    SetDeadLineTimeResponse_CODE = 2
	SetDeadLineTimeResponse_CODE_NO_ISSUE      SetDeadLineTimeResponse_CODE = 3
	SetDeadLineTimeResponse_CODE_NO_PERMISSION SetDeadLineTimeResponse_CODE = 4
)

func (SetDeadLineTimeResponse_CODE) Descriptor

func (SetDeadLineTimeResponse_CODE) Enum

func (SetDeadLineTimeResponse_CODE) EnumDescriptor deprecated

func (SetDeadLineTimeResponse_CODE) EnumDescriptor() ([]byte, []int)

Deprecated: Use SetDeadLineTimeResponse_CODE.Descriptor instead.

func (SetDeadLineTimeResponse_CODE) Number

func (SetDeadLineTimeResponse_CODE) String

func (SetDeadLineTimeResponse_CODE) Type

type SetEndTimeRequest

type SetEndTimeRequest struct {
	SessionId string `protobuf:"bytes,1,opt,name=sessionId,proto3" json:"sessionId,omitempty"`
	ProjectId string `protobuf:"bytes,2,opt,name=projectId,proto3" json:"projectId,omitempty"`
	IssueId   string `protobuf:"bytes,3,opt,name=issueId,proto3" json:"issueId,omitempty"`
	EndTime   int64  `protobuf:"varint,4,opt,name=endTime,proto3" json:"endTime,omitempty"`
	// contains filtered or unexported fields
}

func (*SetEndTimeRequest) Descriptor deprecated

func (*SetEndTimeRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetEndTimeRequest.ProtoReflect.Descriptor instead.

func (*SetEndTimeRequest) GetEndTime

func (x *SetEndTimeRequest) GetEndTime() int64

func (*SetEndTimeRequest) GetIssueId

func (x *SetEndTimeRequest) GetIssueId() string

func (*SetEndTimeRequest) GetProjectId

func (x *SetEndTimeRequest) GetProjectId() string

func (*SetEndTimeRequest) GetSessionId

func (x *SetEndTimeRequest) GetSessionId() string

func (*SetEndTimeRequest) ProtoMessage

func (*SetEndTimeRequest) ProtoMessage()

func (*SetEndTimeRequest) ProtoReflect

func (x *SetEndTimeRequest) ProtoReflect() protoreflect.Message

func (*SetEndTimeRequest) Reset

func (x *SetEndTimeRequest) Reset()

func (*SetEndTimeRequest) String

func (x *SetEndTimeRequest) String() string

type SetEndTimeResponse

type SetEndTimeResponse struct {
	Code   SetEndTimeResponse_CODE `protobuf:"varint,1,opt,name=code,proto3,enum=project_issue_api.SetEndTimeResponse_CODE" json:"code,omitempty"`
	ErrMsg string                  `protobuf:"bytes,2,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	// contains filtered or unexported fields
}

func (*SetEndTimeResponse) Descriptor deprecated

func (*SetEndTimeResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetEndTimeResponse.ProtoReflect.Descriptor instead.

func (*SetEndTimeResponse) GetCode

func (*SetEndTimeResponse) GetErrMsg

func (x *SetEndTimeResponse) GetErrMsg() string

func (*SetEndTimeResponse) ProtoMessage

func (*SetEndTimeResponse) ProtoMessage()

func (*SetEndTimeResponse) ProtoReflect

func (x *SetEndTimeResponse) ProtoReflect() protoreflect.Message

func (*SetEndTimeResponse) Reset

func (x *SetEndTimeResponse) Reset()

func (*SetEndTimeResponse) String

func (x *SetEndTimeResponse) String() string

type SetEndTimeResponse_CODE

type SetEndTimeResponse_CODE int32
const (
	SetEndTimeResponse_CODE_OK            SetEndTimeResponse_CODE = 0
	SetEndTimeResponse_CODE_WRONG_SESSION SetEndTimeResponse_CODE = 1
	SetEndTimeResponse_CODE_NO_PROJECT    SetEndTimeResponse_CODE = 2
	SetEndTimeResponse_CODE_NO_ISSUE      SetEndTimeResponse_CODE = 3
	SetEndTimeResponse_CODE_NO_PERMISSION SetEndTimeResponse_CODE = 4
)

func (SetEndTimeResponse_CODE) Descriptor

func (SetEndTimeResponse_CODE) Enum

func (SetEndTimeResponse_CODE) EnumDescriptor deprecated

func (SetEndTimeResponse_CODE) EnumDescriptor() ([]byte, []int)

Deprecated: Use SetEndTimeResponse_CODE.Descriptor instead.

func (SetEndTimeResponse_CODE) Number

func (SetEndTimeResponse_CODE) String

func (x SetEndTimeResponse_CODE) String() string

func (SetEndTimeResponse_CODE) Type

type SetEstimateMinutesRequest

type SetEstimateMinutesRequest struct {
	SessionId       string `protobuf:"bytes,1,opt,name=sessionId,proto3" json:"sessionId,omitempty"`
	ProjectId       string `protobuf:"bytes,2,opt,name=projectId,proto3" json:"projectId,omitempty"`
	IssueId         string `protobuf:"bytes,3,opt,name=issueId,proto3" json:"issueId,omitempty"`
	EstimateMinutes int32  `protobuf:"varint,4,opt,name=estimateMinutes,proto3" json:"estimateMinutes,omitempty"`
	// contains filtered or unexported fields
}

func (*SetEstimateMinutesRequest) Descriptor deprecated

func (*SetEstimateMinutesRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetEstimateMinutesRequest.ProtoReflect.Descriptor instead.

func (*SetEstimateMinutesRequest) GetEstimateMinutes

func (x *SetEstimateMinutesRequest) GetEstimateMinutes() int32

func (*SetEstimateMinutesRequest) GetIssueId

func (x *SetEstimateMinutesRequest) GetIssueId() string

func (*SetEstimateMinutesRequest) GetProjectId

func (x *SetEstimateMinutesRequest) GetProjectId() string

func (*SetEstimateMinutesRequest) GetSessionId

func (x *SetEstimateMinutesRequest) GetSessionId() string

func (*SetEstimateMinutesRequest) ProtoMessage

func (*SetEstimateMinutesRequest) ProtoMessage()

func (*SetEstimateMinutesRequest) ProtoReflect

func (*SetEstimateMinutesRequest) Reset

func (x *SetEstimateMinutesRequest) Reset()

func (*SetEstimateMinutesRequest) String

func (x *SetEstimateMinutesRequest) String() string

type SetEstimateMinutesResponse

type SetEstimateMinutesResponse struct {
	Code   SetEstimateMinutesResponse_CODE `protobuf:"varint,1,opt,name=code,proto3,enum=project_issue_api.SetEstimateMinutesResponse_CODE" json:"code,omitempty"`
	ErrMsg string                          `protobuf:"bytes,2,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	// contains filtered or unexported fields
}

func (*SetEstimateMinutesResponse) Descriptor deprecated

func (*SetEstimateMinutesResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetEstimateMinutesResponse.ProtoReflect.Descriptor instead.

func (*SetEstimateMinutesResponse) GetCode

func (*SetEstimateMinutesResponse) GetErrMsg

func (x *SetEstimateMinutesResponse) GetErrMsg() string

func (*SetEstimateMinutesResponse) ProtoMessage

func (*SetEstimateMinutesResponse) ProtoMessage()

func (*SetEstimateMinutesResponse) ProtoReflect

func (*SetEstimateMinutesResponse) Reset

func (x *SetEstimateMinutesResponse) Reset()

func (*SetEstimateMinutesResponse) String

func (x *SetEstimateMinutesResponse) String() string

type SetEstimateMinutesResponse_CODE

type SetEstimateMinutesResponse_CODE int32
const (
	SetEstimateMinutesResponse_CODE_OK            SetEstimateMinutesResponse_CODE = 0
	SetEstimateMinutesResponse_CODE_WRONG_SESSION SetEstimateMinutesResponse_CODE = 1
	SetEstimateMinutesResponse_CODE_NO_PROJECT    SetEstimateMinutesResponse_CODE = 2
	SetEstimateMinutesResponse_CODE_NO_ISSUE      SetEstimateMinutesResponse_CODE = 3
	SetEstimateMinutesResponse_CODE_NO_PERMISSION SetEstimateMinutesResponse_CODE = 4
)

func (SetEstimateMinutesResponse_CODE) Descriptor

func (SetEstimateMinutesResponse_CODE) Enum

func (SetEstimateMinutesResponse_CODE) EnumDescriptor deprecated

func (SetEstimateMinutesResponse_CODE) EnumDescriptor() ([]byte, []int)

Deprecated: Use SetEstimateMinutesResponse_CODE.Descriptor instead.

func (SetEstimateMinutesResponse_CODE) Number

func (SetEstimateMinutesResponse_CODE) String

func (SetEstimateMinutesResponse_CODE) Type

type SetRemainMinutesRequest

type SetRemainMinutesRequest struct {
	SessionId       string `protobuf:"bytes,1,opt,name=sessionId,proto3" json:"sessionId,omitempty"`
	ProjectId       string `protobuf:"bytes,2,opt,name=projectId,proto3" json:"projectId,omitempty"`
	IssueId         string `protobuf:"bytes,3,opt,name=issueId,proto3" json:"issueId,omitempty"`
	RemainMinutes   int32  `protobuf:"varint,4,opt,name=remainMinutes,proto3" json:"remainMinutes,omitempty"`
	HasSpendMinutes bool   `protobuf:"varint,5,opt,name=hasSpendMinutes,proto3" json:"hasSpendMinutes,omitempty"`
	SpendMinutes    int32  `protobuf:"varint,6,opt,name=spendMinutes,proto3" json:"spendMinutes,omitempty"`
	// contains filtered or unexported fields
}

func (*SetRemainMinutesRequest) Descriptor deprecated

func (*SetRemainMinutesRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetRemainMinutesRequest.ProtoReflect.Descriptor instead.

func (*SetRemainMinutesRequest) GetHasSpendMinutes

func (x *SetRemainMinutesRequest) GetHasSpendMinutes() bool

func (*SetRemainMinutesRequest) GetIssueId

func (x *SetRemainMinutesRequest) GetIssueId() string

func (*SetRemainMinutesRequest) GetProjectId

func (x *SetRemainMinutesRequest) GetProjectId() string

func (*SetRemainMinutesRequest) GetRemainMinutes

func (x *SetRemainMinutesRequest) GetRemainMinutes() int32

func (*SetRemainMinutesRequest) GetSessionId

func (x *SetRemainMinutesRequest) GetSessionId() string

func (*SetRemainMinutesRequest) GetSpendMinutes

func (x *SetRemainMinutesRequest) GetSpendMinutes() int32

func (*SetRemainMinutesRequest) ProtoMessage

func (*SetRemainMinutesRequest) ProtoMessage()

func (*SetRemainMinutesRequest) ProtoReflect

func (x *SetRemainMinutesRequest) ProtoReflect() protoreflect.Message

func (*SetRemainMinutesRequest) Reset

func (x *SetRemainMinutesRequest) Reset()

func (*SetRemainMinutesRequest) String

func (x *SetRemainMinutesRequest) String() string

type SetRemainMinutesResponse

type SetRemainMinutesResponse struct {
	Code   SetRemainMinutesResponse_CODE `protobuf:"varint,1,opt,name=code,proto3,enum=project_issue_api.SetRemainMinutesResponse_CODE" json:"code,omitempty"`
	ErrMsg string                        `protobuf:"bytes,2,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	// contains filtered or unexported fields
}

func (*SetRemainMinutesResponse) Descriptor deprecated

func (*SetRemainMinutesResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetRemainMinutesResponse.ProtoReflect.Descriptor instead.

func (*SetRemainMinutesResponse) GetCode

func (*SetRemainMinutesResponse) GetErrMsg

func (x *SetRemainMinutesResponse) GetErrMsg() string

func (*SetRemainMinutesResponse) ProtoMessage

func (*SetRemainMinutesResponse) ProtoMessage()

func (*SetRemainMinutesResponse) ProtoReflect

func (x *SetRemainMinutesResponse) ProtoReflect() protoreflect.Message

func (*SetRemainMinutesResponse) Reset

func (x *SetRemainMinutesResponse) Reset()

func (*SetRemainMinutesResponse) String

func (x *SetRemainMinutesResponse) String() string

type SetRemainMinutesResponse_CODE

type SetRemainMinutesResponse_CODE int32
const (
	SetRemainMinutesResponse_CODE_OK            SetRemainMinutesResponse_CODE = 0
	SetRemainMinutesResponse_CODE_WRONG_SESSION SetRemainMinutesResponse_CODE = 1
	SetRemainMinutesResponse_CODE_NO_PROJECT    SetRemainMinutesResponse_CODE = 2
	SetRemainMinutesResponse_CODE_NO_ISSUE      SetRemainMinutesResponse_CODE = 3
	SetRemainMinutesResponse_CODE_NO_PERMISSION SetRemainMinutesResponse_CODE = 4
)

func (SetRemainMinutesResponse_CODE) Descriptor

func (SetRemainMinutesResponse_CODE) Enum

func (SetRemainMinutesResponse_CODE) EnumDescriptor deprecated

func (SetRemainMinutesResponse_CODE) EnumDescriptor() ([]byte, []int)

Deprecated: Use SetRemainMinutesResponse_CODE.Descriptor instead.

func (SetRemainMinutesResponse_CODE) Number

func (SetRemainMinutesResponse_CODE) String

func (SetRemainMinutesResponse_CODE) Type

type SetStartTimeRequest

type SetStartTimeRequest struct {
	SessionId string `protobuf:"bytes,1,opt,name=sessionId,proto3" json:"sessionId,omitempty"`
	ProjectId string `protobuf:"bytes,2,opt,name=projectId,proto3" json:"projectId,omitempty"`
	IssueId   string `protobuf:"bytes,3,opt,name=issueId,proto3" json:"issueId,omitempty"`
	StartTime int64  `protobuf:"varint,4,opt,name=startTime,proto3" json:"startTime,omitempty"`
	// contains filtered or unexported fields
}

func (*SetStartTimeRequest) Descriptor deprecated

func (*SetStartTimeRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetStartTimeRequest.ProtoReflect.Descriptor instead.

func (*SetStartTimeRequest) GetIssueId

func (x *SetStartTimeRequest) GetIssueId() string

func (*SetStartTimeRequest) GetProjectId

func (x *SetStartTimeRequest) GetProjectId() string

func (*SetStartTimeRequest) GetSessionId

func (x *SetStartTimeRequest) GetSessionId() string

func (*SetStartTimeRequest) GetStartTime

func (x *SetStartTimeRequest) GetStartTime() int64

func (*SetStartTimeRequest) ProtoMessage

func (*SetStartTimeRequest) ProtoMessage()

func (*SetStartTimeRequest) ProtoReflect

func (x *SetStartTimeRequest) ProtoReflect() protoreflect.Message

func (*SetStartTimeRequest) Reset

func (x *SetStartTimeRequest) Reset()

func (*SetStartTimeRequest) String

func (x *SetStartTimeRequest) String() string

type SetStartTimeResponse

type SetStartTimeResponse struct {
	Code   SetStartTimeResponse_CODE `protobuf:"varint,1,opt,name=code,proto3,enum=project_issue_api.SetStartTimeResponse_CODE" json:"code,omitempty"`
	ErrMsg string                    `protobuf:"bytes,2,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	// contains filtered or unexported fields
}

func (*SetStartTimeResponse) Descriptor deprecated

func (*SetStartTimeResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetStartTimeResponse.ProtoReflect.Descriptor instead.

func (*SetStartTimeResponse) GetCode

func (*SetStartTimeResponse) GetErrMsg

func (x *SetStartTimeResponse) GetErrMsg() string

func (*SetStartTimeResponse) ProtoMessage

func (*SetStartTimeResponse) ProtoMessage()

func (*SetStartTimeResponse) ProtoReflect

func (x *SetStartTimeResponse) ProtoReflect() protoreflect.Message

func (*SetStartTimeResponse) Reset

func (x *SetStartTimeResponse) Reset()

func (*SetStartTimeResponse) String

func (x *SetStartTimeResponse) String() string

type SetStartTimeResponse_CODE

type SetStartTimeResponse_CODE int32
const (
	SetStartTimeResponse_CODE_OK            SetStartTimeResponse_CODE = 0
	SetStartTimeResponse_CODE_WRONG_SESSION SetStartTimeResponse_CODE = 1
	SetStartTimeResponse_CODE_NO_PROJECT    SetStartTimeResponse_CODE = 2
	SetStartTimeResponse_CODE_NO_ISSUE      SetStartTimeResponse_CODE = 3
	SetStartTimeResponse_CODE_NO_PERMISSION SetStartTimeResponse_CODE = 4
)

func (SetStartTimeResponse_CODE) Descriptor

func (SetStartTimeResponse_CODE) Enum

func (SetStartTimeResponse_CODE) EnumDescriptor deprecated

func (SetStartTimeResponse_CODE) EnumDescriptor() ([]byte, []int)

Deprecated: Use SetStartTimeResponse_CODE.Descriptor instead.

func (SetStartTimeResponse_CODE) Number

func (SetStartTimeResponse_CODE) String

func (x SetStartTimeResponse_CODE) String() string

func (SetStartTimeResponse_CODE) Type

type SetVoteRequest

type SetVoteRequest struct {
	SessionId string         `protobuf:"bytes,1,opt,name=sessionId,proto3" json:"sessionId,omitempty"`
	ProjectId string         `protobuf:"bytes,2,opt,name=projectId,proto3" json:"projectId,omitempty"`
	IssueId   string         `protobuf:"bytes,3,opt,name=issueId,proto3" json:"issueId,omitempty"`
	Vote      *BasicVoteInfo `protobuf:"bytes,4,opt,name=vote,proto3" json:"vote,omitempty"`
	// contains filtered or unexported fields
}

func (*SetVoteRequest) Descriptor deprecated

func (*SetVoteRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetVoteRequest.ProtoReflect.Descriptor instead.

func (*SetVoteRequest) GetIssueId

func (x *SetVoteRequest) GetIssueId() string

func (*SetVoteRequest) GetProjectId

func (x *SetVoteRequest) GetProjectId() string

func (*SetVoteRequest) GetSessionId

func (x *SetVoteRequest) GetSessionId() string

func (*SetVoteRequest) GetVote

func (x *SetVoteRequest) GetVote() *BasicVoteInfo

func (*SetVoteRequest) ProtoMessage

func (*SetVoteRequest) ProtoMessage()

func (*SetVoteRequest) ProtoReflect

func (x *SetVoteRequest) ProtoReflect() protoreflect.Message

func (*SetVoteRequest) Reset

func (x *SetVoteRequest) Reset()

func (*SetVoteRequest) String

func (x *SetVoteRequest) String() string

type SetVoteResponse

type SetVoteResponse struct {
	Code   SetVoteResponse_CODE `protobuf:"varint,1,opt,name=code,proto3,enum=project_issue_api.SetVoteResponse_CODE" json:"code,omitempty"`
	ErrMsg string               `protobuf:"bytes,2,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	// contains filtered or unexported fields
}

func (*SetVoteResponse) Descriptor deprecated

func (*SetVoteResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetVoteResponse.ProtoReflect.Descriptor instead.

func (*SetVoteResponse) GetCode

func (*SetVoteResponse) GetErrMsg

func (x *SetVoteResponse) GetErrMsg() string

func (*SetVoteResponse) ProtoMessage

func (*SetVoteResponse) ProtoMessage()

func (*SetVoteResponse) ProtoReflect

func (x *SetVoteResponse) ProtoReflect() protoreflect.Message

func (*SetVoteResponse) Reset

func (x *SetVoteResponse) Reset()

func (*SetVoteResponse) String

func (x *SetVoteResponse) String() string

type SetVoteResponse_CODE

type SetVoteResponse_CODE int32
const (
	SetVoteResponse_CODE_OK            SetVoteResponse_CODE = 0
	SetVoteResponse_CODE_WRONG_SESSION SetVoteResponse_CODE = 1
	SetVoteResponse_CODE_NO_PROJECT    SetVoteResponse_CODE = 2
	SetVoteResponse_CODE_NO_ISSUE      SetVoteResponse_CODE = 3
	SetVoteResponse_CODE_NO_PERMISSION SetVoteResponse_CODE = 4
)

func (SetVoteResponse_CODE) Descriptor

func (SetVoteResponse_CODE) Enum

func (SetVoteResponse_CODE) EnumDescriptor deprecated

func (SetVoteResponse_CODE) EnumDescriptor() ([]byte, []int)

Deprecated: Use SetVoteResponse_CODE.Descriptor instead.

func (SetVoteResponse_CODE) Number

func (SetVoteResponse_CODE) String

func (x SetVoteResponse_CODE) String() string

func (SetVoteResponse_CODE) Type

type SimpleIssueInfo

type SimpleIssueInfo struct {
	IssueId     string          `protobuf:"bytes,1,opt,name=issueId,proto3" json:"issueId,omitempty"`
	IssueType   ISSUE_TYPE      `protobuf:"varint,2,opt,name=issueType,proto3,enum=project_issue_api.ISSUE_TYPE" json:"issueType,omitempty"`
	IssueIndex  int64           `protobuf:"varint,3,opt,name=issueIndex,proto3" json:"issueIndex,omitempty"`
	BasicInfo   *BasicIssueInfo `protobuf:"bytes,4,opt,name=basicInfo,proto3" json:"basicInfo,omitempty"`
	ProjectId   string          `protobuf:"bytes,5,opt,name=projectId,proto3" json:"projectId,omitempty"`
	CreateTime  int64           `protobuf:"varint,6,opt,name=createTime,proto3" json:"createTime,omitempty"`
	UpdateTime  int64           `protobuf:"varint,7,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
	State       ISSUE_STATE     `protobuf:"varint,8,opt,name=state,proto3,enum=project_issue_api.ISSUE_STATE" json:"state,omitempty"`
	ProjectName string          `protobuf:"bytes,100,opt,name=projectName,proto3" json:"projectName,omitempty"`
	// contains filtered or unexported fields
}

func (*SimpleIssueInfo) Descriptor deprecated

func (*SimpleIssueInfo) Descriptor() ([]byte, []int)

Deprecated: Use SimpleIssueInfo.ProtoReflect.Descriptor instead.

func (*SimpleIssueInfo) GetBasicInfo

func (x *SimpleIssueInfo) GetBasicInfo() *BasicIssueInfo

func (*SimpleIssueInfo) GetCreateTime

func (x *SimpleIssueInfo) GetCreateTime() int64

func (*SimpleIssueInfo) GetIssueId

func (x *SimpleIssueInfo) GetIssueId() string

func (*SimpleIssueInfo) GetIssueIndex

func (x *SimpleIssueInfo) GetIssueIndex() int64

func (*SimpleIssueInfo) GetIssueType

func (x *SimpleIssueInfo) GetIssueType() ISSUE_TYPE

func (*SimpleIssueInfo) GetProjectId

func (x *SimpleIssueInfo) GetProjectId() string

func (*SimpleIssueInfo) GetProjectName

func (x *SimpleIssueInfo) GetProjectName() string

func (*SimpleIssueInfo) GetState

func (x *SimpleIssueInfo) GetState() ISSUE_STATE

func (*SimpleIssueInfo) GetUpdateTime

func (x *SimpleIssueInfo) GetUpdateTime() int64

func (*SimpleIssueInfo) ProtoMessage

func (*SimpleIssueInfo) ProtoMessage()

func (*SimpleIssueInfo) ProtoReflect

func (x *SimpleIssueInfo) ProtoReflect() protoreflect.Message

func (*SimpleIssueInfo) Reset

func (x *SimpleIssueInfo) Reset()

func (*SimpleIssueInfo) String

func (x *SimpleIssueInfo) String() string

type SimpleSubIssue

type SimpleSubIssue struct {
	SubIssueId string `protobuf:"bytes,1,opt,name=subIssueId,proto3" json:"subIssueId,omitempty"`
	Title      string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	Done       bool   `protobuf:"varint,3,opt,name=done,proto3" json:"done,omitempty"`
	IssueId    string `protobuf:"bytes,4,opt,name=issueId,proto3" json:"issueId,omitempty"`
	// contains filtered or unexported fields
}

func (*SimpleSubIssue) Descriptor deprecated

func (*SimpleSubIssue) Descriptor() ([]byte, []int)

Deprecated: Use SimpleSubIssue.ProtoReflect.Descriptor instead.

func (*SimpleSubIssue) GetDone

func (x *SimpleSubIssue) GetDone() bool

func (*SimpleSubIssue) GetIssueId

func (x *SimpleSubIssue) GetIssueId() string

func (*SimpleSubIssue) GetSubIssueId

func (x *SimpleSubIssue) GetSubIssueId() string

func (*SimpleSubIssue) GetTitle

func (x *SimpleSubIssue) GetTitle() string

func (*SimpleSubIssue) ProtoMessage

func (*SimpleSubIssue) ProtoMessage()

func (*SimpleSubIssue) ProtoReflect

func (x *SimpleSubIssue) ProtoReflect() protoreflect.Message

func (*SimpleSubIssue) Reset

func (x *SimpleSubIssue) Reset()

func (*SimpleSubIssue) String

func (x *SimpleSubIssue) String() string

type SubIssueInfo

type SubIssueInfo struct {
	SubIssueId        string             `protobuf:"bytes,1,opt,name=subIssueId,proto3" json:"subIssueId,omitempty"`
	ProjectId         string             `protobuf:"bytes,2,opt,name=projectId,proto3" json:"projectId,omitempty"`
	IssueId           string             `protobuf:"bytes,3,opt,name=issueId,proto3" json:"issueId,omitempty"`
	BasicInfo         *BasicSubIssueInfo `protobuf:"bytes,4,opt,name=basicInfo,proto3" json:"basicInfo,omitempty"`
	CreateUserId      string             `protobuf:"bytes,10,opt,name=createUserId,proto3" json:"createUserId,omitempty"`
	CreateDisplayName string             `protobuf:"bytes,11,opt,name=createDisplayName,proto3" json:"createDisplayName,omitempty"`
	CreateTime        int64              `protobuf:"varint,12,opt,name=createTime,proto3" json:"createTime,omitempty"`
	UpdateTime        int64              `protobuf:"varint,13,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
	Done              bool               `protobuf:"varint,20,opt,name=done,proto3" json:"done,omitempty"`
	// contains filtered or unexported fields
}

func (*SubIssueInfo) Descriptor deprecated

func (*SubIssueInfo) Descriptor() ([]byte, []int)

Deprecated: Use SubIssueInfo.ProtoReflect.Descriptor instead.

func (*SubIssueInfo) GetBasicInfo

func (x *SubIssueInfo) GetBasicInfo() *BasicSubIssueInfo

func (*SubIssueInfo) GetCreateDisplayName

func (x *SubIssueInfo) GetCreateDisplayName() string

func (*SubIssueInfo) GetCreateTime

func (x *SubIssueInfo) GetCreateTime() int64

func (*SubIssueInfo) GetCreateUserId

func (x *SubIssueInfo) GetCreateUserId() string

func (*SubIssueInfo) GetDone

func (x *SubIssueInfo) GetDone() bool

func (*SubIssueInfo) GetIssueId

func (x *SubIssueInfo) GetIssueId() string

func (*SubIssueInfo) GetProjectId

func (x *SubIssueInfo) GetProjectId() string

func (*SubIssueInfo) GetSubIssueId

func (x *SubIssueInfo) GetSubIssueId() string

func (*SubIssueInfo) GetUpdateTime

func (x *SubIssueInfo) GetUpdateTime() int64

func (*SubIssueInfo) ProtoMessage

func (*SubIssueInfo) ProtoMessage()

func (*SubIssueInfo) ProtoReflect

func (x *SubIssueInfo) ProtoReflect() protoreflect.Message

func (*SubIssueInfo) Reset

func (x *SubIssueInfo) Reset()

func (*SubIssueInfo) String

func (x *SubIssueInfo) String() string

type SubIssueStatus

type SubIssueStatus struct {
	SubIssueList []*SimpleSubIssue `protobuf:"bytes,1,rep,name=subIssueList,proto3" json:"subIssueList,omitempty"`
	TotalCount   uint32            `protobuf:"varint,2,opt,name=totalCount,proto3" json:"totalCount,omitempty"`
	DoneCount    uint32            `protobuf:"varint,3,opt,name=doneCount,proto3" json:"doneCount,omitempty"`
	// contains filtered or unexported fields
}

func (*SubIssueStatus) Descriptor deprecated

func (*SubIssueStatus) Descriptor() ([]byte, []int)

Deprecated: Use SubIssueStatus.ProtoReflect.Descriptor instead.

func (*SubIssueStatus) GetDoneCount

func (x *SubIssueStatus) GetDoneCount() uint32

func (*SubIssueStatus) GetSubIssueList

func (x *SubIssueStatus) GetSubIssueList() []*SimpleSubIssue

func (*SubIssueStatus) GetTotalCount

func (x *SubIssueStatus) GetTotalCount() uint32

func (*SubIssueStatus) ProtoMessage

func (*SubIssueStatus) ProtoMessage()

func (*SubIssueStatus) ProtoReflect

func (x *SubIssueStatus) ProtoReflect() protoreflect.Message

func (*SubIssueStatus) Reset

func (x *SubIssueStatus) Reset()

func (*SubIssueStatus) String

func (x *SubIssueStatus) String() string

type TASK_PRIORITY

type TASK_PRIORITY int32
const (
	TASK_PRIORITY_TASK_PRIORITY_LOW    TASK_PRIORITY = 0
	TASK_PRIORITY_TASK_PRIORITY_MIDDLE TASK_PRIORITY = 1
	TASK_PRIORITY_TASK_PRIORITY_HIGH   TASK_PRIORITY = 2
)

func (TASK_PRIORITY) Descriptor

func (TASK_PRIORITY) Enum

func (x TASK_PRIORITY) Enum() *TASK_PRIORITY

func (TASK_PRIORITY) EnumDescriptor deprecated

func (TASK_PRIORITY) EnumDescriptor() ([]byte, []int)

Deprecated: Use TASK_PRIORITY.Descriptor instead.

func (TASK_PRIORITY) Number

func (TASK_PRIORITY) String

func (x TASK_PRIORITY) String() string

func (TASK_PRIORITY) Type

type UnimplementedProjectIssueApiServer

type UnimplementedProjectIssueApiServer struct {
}

UnimplementedProjectIssueApiServer must be embedded to have forward compatible implementations.

func (UnimplementedProjectIssueApiServer) AddDependence

func (UnimplementedProjectIssueApiServer) AssignCheckUser

func (UnimplementedProjectIssueApiServer) AssignExecUser

func (UnimplementedProjectIssueApiServer) CancelDeadLineTime

func (UnimplementedProjectIssueApiServer) CancelEndTime

func (UnimplementedProjectIssueApiServer) CancelEstimateMinutes

func (UnimplementedProjectIssueApiServer) CancelLinkSprit

func (UnimplementedProjectIssueApiServer) CancelRemainMinutes

func (UnimplementedProjectIssueApiServer) CancelStartTime

func (UnimplementedProjectIssueApiServer) ChangeState

func (UnimplementedProjectIssueApiServer) Create

func (UnimplementedProjectIssueApiServer) CreateSubIssue

func (UnimplementedProjectIssueApiServer) Get

func (UnimplementedProjectIssueApiServer) GetMemberState

func (UnimplementedProjectIssueApiServer) GetMyTodoStatus

func (UnimplementedProjectIssueApiServer) LinkSprit

func (UnimplementedProjectIssueApiServer) List

func (UnimplementedProjectIssueApiServer) ListAttrValue

func (UnimplementedProjectIssueApiServer) ListById

func (UnimplementedProjectIssueApiServer) ListDependMe

func (UnimplementedProjectIssueApiServer) ListId

func (UnimplementedProjectIssueApiServer) ListMemberState

func (UnimplementedProjectIssueApiServer) ListMyDepend

func (UnimplementedProjectIssueApiServer) ListMySimpleTodo

func (UnimplementedProjectIssueApiServer) ListMyTodo

func (UnimplementedProjectIssueApiServer) ListSubIssue

func (UnimplementedProjectIssueApiServer) ListVote

func (UnimplementedProjectIssueApiServer) Remove

func (UnimplementedProjectIssueApiServer) RemoveDependence

func (UnimplementedProjectIssueApiServer) RemoveSubIssue

func (UnimplementedProjectIssueApiServer) RemoveVote

func (UnimplementedProjectIssueApiServer) SetDeadLineTime

func (UnimplementedProjectIssueApiServer) SetEndTime

func (UnimplementedProjectIssueApiServer) SetEstimateMinutes

func (UnimplementedProjectIssueApiServer) SetRemainMinutes

func (UnimplementedProjectIssueApiServer) SetStartTime

func (UnimplementedProjectIssueApiServer) SetVote

func (UnimplementedProjectIssueApiServer) Update

func (UnimplementedProjectIssueApiServer) UpdateContent

func (UnimplementedProjectIssueApiServer) UpdateExtraInfo

func (UnimplementedProjectIssueApiServer) UpdateProcessStage

func (UnimplementedProjectIssueApiServer) UpdateSubIssue

func (UnimplementedProjectIssueApiServer) UpdateSubIssueState

func (UnimplementedProjectIssueApiServer) UpdateTagIdList

func (UnimplementedProjectIssueApiServer) UpdateTitle

type UnsafeProjectIssueApiServer

type UnsafeProjectIssueApiServer interface {
	// contains filtered or unexported methods
}

UnsafeProjectIssueApiServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ProjectIssueApiServer will result in compilation errors.

type UpdateContentRequest

type UpdateContentRequest struct {
	SessionId string `protobuf:"bytes,1,opt,name=sessionId,proto3" json:"sessionId,omitempty"`
	ProjectId string `protobuf:"bytes,2,opt,name=projectId,proto3" json:"projectId,omitempty"`
	IssueId   string `protobuf:"bytes,3,opt,name=issueId,proto3" json:"issueId,omitempty"`
	Content   string `protobuf:"bytes,4,opt,name=content,proto3" json:"content,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateContentRequest) Descriptor deprecated

func (*UpdateContentRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateContentRequest.ProtoReflect.Descriptor instead.

func (*UpdateContentRequest) GetContent

func (x *UpdateContentRequest) GetContent() string

func (*UpdateContentRequest) GetIssueId

func (x *UpdateContentRequest) GetIssueId() string

func (*UpdateContentRequest) GetProjectId

func (x *UpdateContentRequest) GetProjectId() string

func (*UpdateContentRequest) GetSessionId

func (x *UpdateContentRequest) GetSessionId() string

func (*UpdateContentRequest) ProtoMessage

func (*UpdateContentRequest) ProtoMessage()

func (*UpdateContentRequest) ProtoReflect

func (x *UpdateContentRequest) ProtoReflect() protoreflect.Message

func (*UpdateContentRequest) Reset

func (x *UpdateContentRequest) Reset()

func (*UpdateContentRequest) String

func (x *UpdateContentRequest) String() string

type UpdateExtraInfoRequest

type UpdateExtraInfoRequest struct {
	SessionId string `protobuf:"bytes,1,opt,name=sessionId,proto3" json:"sessionId,omitempty"`
	ProjectId string `protobuf:"bytes,2,opt,name=projectId,proto3" json:"projectId,omitempty"`
	IssueId   string `protobuf:"bytes,3,opt,name=issueId,proto3" json:"issueId,omitempty"`
	// Types that are assignable to ExtraInfo:
	//
	//	*UpdateExtraInfoRequest_ExtraTaskInfo
	//	*UpdateExtraInfoRequest_ExtraBugInfo
	ExtraInfo isUpdateExtraInfoRequest_ExtraInfo `protobuf_oneof:"extraInfo"`
	// contains filtered or unexported fields
}

func (*UpdateExtraInfoRequest) Descriptor deprecated

func (*UpdateExtraInfoRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateExtraInfoRequest.ProtoReflect.Descriptor instead.

func (*UpdateExtraInfoRequest) GetExtraBugInfo

func (x *UpdateExtraInfoRequest) GetExtraBugInfo() *ExtraBugInfo

func (*UpdateExtraInfoRequest) GetExtraInfo

func (m *UpdateExtraInfoRequest) GetExtraInfo() isUpdateExtraInfoRequest_ExtraInfo

func (*UpdateExtraInfoRequest) GetExtraTaskInfo

func (x *UpdateExtraInfoRequest) GetExtraTaskInfo() *ExtraTaskInfo

func (*UpdateExtraInfoRequest) GetIssueId

func (x *UpdateExtraInfoRequest) GetIssueId() string

func (*UpdateExtraInfoRequest) GetProjectId

func (x *UpdateExtraInfoRequest) GetProjectId() string

func (*UpdateExtraInfoRequest) GetSessionId

func (x *UpdateExtraInfoRequest) GetSessionId() string

func (*UpdateExtraInfoRequest) ProtoMessage

func (*UpdateExtraInfoRequest) ProtoMessage()

func (*UpdateExtraInfoRequest) ProtoReflect

func (x *UpdateExtraInfoRequest) ProtoReflect() protoreflect.Message

func (*UpdateExtraInfoRequest) Reset

func (x *UpdateExtraInfoRequest) Reset()

func (*UpdateExtraInfoRequest) String

func (x *UpdateExtraInfoRequest) String() string

type UpdateExtraInfoRequest_ExtraBugInfo

type UpdateExtraInfoRequest_ExtraBugInfo struct {
	ExtraBugInfo *ExtraBugInfo `protobuf:"bytes,21,opt,name=extraBugInfo,proto3,oneof"`
}

type UpdateExtraInfoRequest_ExtraTaskInfo

type UpdateExtraInfoRequest_ExtraTaskInfo struct {
	ExtraTaskInfo *ExtraTaskInfo `protobuf:"bytes,20,opt,name=extraTaskInfo,proto3,oneof"`
}

type UpdateProcessStageRequest

type UpdateProcessStageRequest struct {
	SessionId    string        `protobuf:"bytes,1,opt,name=sessionId,proto3" json:"sessionId,omitempty"`
	ProjectId    string        `protobuf:"bytes,2,opt,name=projectId,proto3" json:"projectId,omitempty"`
	IssueId      string        `protobuf:"bytes,3,opt,name=issueId,proto3" json:"issueId,omitempty"`
	ProcessStage PROCESS_STAGE `protobuf:"varint,4,opt,name=processStage,proto3,enum=project_issue_api.PROCESS_STAGE" json:"processStage,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateProcessStageRequest) Descriptor deprecated

func (*UpdateProcessStageRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateProcessStageRequest.ProtoReflect.Descriptor instead.

func (*UpdateProcessStageRequest) GetIssueId

func (x *UpdateProcessStageRequest) GetIssueId() string

func (*UpdateProcessStageRequest) GetProcessStage

func (x *UpdateProcessStageRequest) GetProcessStage() PROCESS_STAGE

func (*UpdateProcessStageRequest) GetProjectId

func (x *UpdateProcessStageRequest) GetProjectId() string

func (*UpdateProcessStageRequest) GetSessionId

func (x *UpdateProcessStageRequest) GetSessionId() string

func (*UpdateProcessStageRequest) ProtoMessage

func (*UpdateProcessStageRequest) ProtoMessage()

func (*UpdateProcessStageRequest) ProtoReflect

func (*UpdateProcessStageRequest) Reset

func (x *UpdateProcessStageRequest) Reset()

func (*UpdateProcessStageRequest) String

func (x *UpdateProcessStageRequest) String() string

type UpdateProcessStageResponse

type UpdateProcessStageResponse struct {
	Code   UpdateProcessStageResponse_CODE `protobuf:"varint,1,opt,name=code,proto3,enum=project_issue_api.UpdateProcessStageResponse_CODE" json:"code,omitempty"`
	ErrMsg string                          `protobuf:"bytes,2,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateProcessStageResponse) Descriptor deprecated

func (*UpdateProcessStageResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateProcessStageResponse.ProtoReflect.Descriptor instead.

func (*UpdateProcessStageResponse) GetCode

func (*UpdateProcessStageResponse) GetErrMsg

func (x *UpdateProcessStageResponse) GetErrMsg() string

func (*UpdateProcessStageResponse) ProtoMessage

func (*UpdateProcessStageResponse) ProtoMessage()

func (*UpdateProcessStageResponse) ProtoReflect

func (*UpdateProcessStageResponse) Reset

func (x *UpdateProcessStageResponse) Reset()

func (*UpdateProcessStageResponse) String

func (x *UpdateProcessStageResponse) String() string

type UpdateProcessStageResponse_CODE

type UpdateProcessStageResponse_CODE int32
const (
	UpdateProcessStageResponse_CODE_OK            UpdateProcessStageResponse_CODE = 0
	UpdateProcessStageResponse_CODE_WRONG_SESSION UpdateProcessStageResponse_CODE = 1
	UpdateProcessStageResponse_CODE_NO_PROJECT    UpdateProcessStageResponse_CODE = 2
	UpdateProcessStageResponse_CODE_NO_ISSUE      UpdateProcessStageResponse_CODE = 3
	UpdateProcessStageResponse_CODE_NO_PERMISSION UpdateProcessStageResponse_CODE = 4
	UpdateProcessStageResponse_CODE_WRONG_STATE   UpdateProcessStageResponse_CODE = 5
)

func (UpdateProcessStageResponse_CODE) Descriptor

func (UpdateProcessStageResponse_CODE) Enum

func (UpdateProcessStageResponse_CODE) EnumDescriptor deprecated

func (UpdateProcessStageResponse_CODE) EnumDescriptor() ([]byte, []int)

Deprecated: Use UpdateProcessStageResponse_CODE.Descriptor instead.

func (UpdateProcessStageResponse_CODE) Number

func (UpdateProcessStageResponse_CODE) String

func (UpdateProcessStageResponse_CODE) Type

type UpdateRequest

type UpdateRequest struct {
	SessionId string          `protobuf:"bytes,1,opt,name=sessionId,proto3" json:"sessionId,omitempty"`
	ProjectId string          `protobuf:"bytes,2,opt,name=projectId,proto3" json:"projectId,omitempty"`
	IssueId   string          `protobuf:"bytes,3,opt,name=issueId,proto3" json:"issueId,omitempty"`
	BasicInfo *BasicIssueInfo `protobuf:"bytes,4,opt,name=basicInfo,proto3" json:"basicInfo,omitempty"`
	// Types that are assignable to ExtraInfo:
	//
	//	*UpdateRequest_ExtraTaskInfo
	//	*UpdateRequest_ExtraBugInfo
	ExtraInfo isUpdateRequest_ExtraInfo `protobuf_oneof:"extraInfo"`
	// contains filtered or unexported fields
}

func (*UpdateRequest) Descriptor deprecated

func (*UpdateRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateRequest.ProtoReflect.Descriptor instead.

func (*UpdateRequest) GetBasicInfo

func (x *UpdateRequest) GetBasicInfo() *BasicIssueInfo

func (*UpdateRequest) GetExtraBugInfo

func (x *UpdateRequest) GetExtraBugInfo() *ExtraBugInfo

func (*UpdateRequest) GetExtraInfo

func (m *UpdateRequest) GetExtraInfo() isUpdateRequest_ExtraInfo

func (*UpdateRequest) GetExtraTaskInfo

func (x *UpdateRequest) GetExtraTaskInfo() *ExtraTaskInfo

func (*UpdateRequest) GetIssueId

func (x *UpdateRequest) GetIssueId() string

func (*UpdateRequest) GetProjectId

func (x *UpdateRequest) GetProjectId() string

func (*UpdateRequest) GetSessionId

func (x *UpdateRequest) GetSessionId() string

func (*UpdateRequest) ProtoMessage

func (*UpdateRequest) ProtoMessage()

func (*UpdateRequest) ProtoReflect

func (x *UpdateRequest) ProtoReflect() protoreflect.Message

func (*UpdateRequest) Reset

func (x *UpdateRequest) Reset()

func (*UpdateRequest) String

func (x *UpdateRequest) String() string

type UpdateRequest_ExtraBugInfo

type UpdateRequest_ExtraBugInfo struct {
	ExtraBugInfo *ExtraBugInfo `protobuf:"bytes,21,opt,name=extraBugInfo,proto3,oneof"`
}

type UpdateRequest_ExtraTaskInfo

type UpdateRequest_ExtraTaskInfo struct {
	ExtraTaskInfo *ExtraTaskInfo `protobuf:"bytes,20,opt,name=extraTaskInfo,proto3,oneof"`
}

type UpdateResponse

type UpdateResponse struct {
	Code   UpdateResponse_CODE `protobuf:"varint,1,opt,name=code,proto3,enum=project_issue_api.UpdateResponse_CODE" json:"code,omitempty"`
	ErrMsg string              `protobuf:"bytes,2,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateResponse) Descriptor deprecated

func (*UpdateResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateResponse.ProtoReflect.Descriptor instead.

func (*UpdateResponse) GetCode

func (x *UpdateResponse) GetCode() UpdateResponse_CODE

func (*UpdateResponse) GetErrMsg

func (x *UpdateResponse) GetErrMsg() string

func (*UpdateResponse) ProtoMessage

func (*UpdateResponse) ProtoMessage()

func (*UpdateResponse) ProtoReflect

func (x *UpdateResponse) ProtoReflect() protoreflect.Message

func (*UpdateResponse) Reset

func (x *UpdateResponse) Reset()

func (*UpdateResponse) String

func (x *UpdateResponse) String() string

type UpdateResponse_CODE

type UpdateResponse_CODE int32
const (
	UpdateResponse_CODE_OK               UpdateResponse_CODE = 0
	UpdateResponse_CODE_WRONG_SESSION    UpdateResponse_CODE = 1
	UpdateResponse_CODE_NO_PROJECT       UpdateResponse_CODE = 2
	UpdateResponse_CODE_NO_ISSUE         UpdateResponse_CODE = 3
	UpdateResponse_CODE_WRONG_ISSUE_TYPE UpdateResponse_CODE = 4
	UpdateResponse_CODE_NO_PERMISSION    UpdateResponse_CODE = 5
	UpdateResponse_CODE_NO_TAG           UpdateResponse_CODE = 6
)

func (UpdateResponse_CODE) Descriptor

func (UpdateResponse_CODE) Enum

func (UpdateResponse_CODE) EnumDescriptor deprecated

func (UpdateResponse_CODE) EnumDescriptor() ([]byte, []int)

Deprecated: Use UpdateResponse_CODE.Descriptor instead.

func (UpdateResponse_CODE) Number

func (UpdateResponse_CODE) String

func (x UpdateResponse_CODE) String() string

func (UpdateResponse_CODE) Type

type UpdateSubIssueRequest

type UpdateSubIssueRequest struct {
	SessionId  string             `protobuf:"bytes,1,opt,name=sessionId,proto3" json:"sessionId,omitempty"`
	ProjectId  string             `protobuf:"bytes,2,opt,name=projectId,proto3" json:"projectId,omitempty"`
	IssueId    string             `protobuf:"bytes,3,opt,name=issueId,proto3" json:"issueId,omitempty"`
	SubIssueId string             `protobuf:"bytes,4,opt,name=subIssueId,proto3" json:"subIssueId,omitempty"`
	BasicInfo  *BasicSubIssueInfo `protobuf:"bytes,5,opt,name=basicInfo,proto3" json:"basicInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateSubIssueRequest) Descriptor deprecated

func (*UpdateSubIssueRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateSubIssueRequest.ProtoReflect.Descriptor instead.

func (*UpdateSubIssueRequest) GetBasicInfo

func (x *UpdateSubIssueRequest) GetBasicInfo() *BasicSubIssueInfo

func (*UpdateSubIssueRequest) GetIssueId

func (x *UpdateSubIssueRequest) GetIssueId() string

func (*UpdateSubIssueRequest) GetProjectId

func (x *UpdateSubIssueRequest) GetProjectId() string

func (*UpdateSubIssueRequest) GetSessionId

func (x *UpdateSubIssueRequest) GetSessionId() string

func (*UpdateSubIssueRequest) GetSubIssueId

func (x *UpdateSubIssueRequest) GetSubIssueId() string

func (*UpdateSubIssueRequest) ProtoMessage

func (*UpdateSubIssueRequest) ProtoMessage()

func (*UpdateSubIssueRequest) ProtoReflect

func (x *UpdateSubIssueRequest) ProtoReflect() protoreflect.Message

func (*UpdateSubIssueRequest) Reset

func (x *UpdateSubIssueRequest) Reset()

func (*UpdateSubIssueRequest) String

func (x *UpdateSubIssueRequest) String() string

type UpdateSubIssueResponse

type UpdateSubIssueResponse struct {
	Code   UpdateSubIssueResponse_CODE `protobuf:"varint,1,opt,name=code,proto3,enum=project_issue_api.UpdateSubIssueResponse_CODE" json:"code,omitempty"`
	ErrMsg string                      `protobuf:"bytes,2,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateSubIssueResponse) Descriptor deprecated

func (*UpdateSubIssueResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateSubIssueResponse.ProtoReflect.Descriptor instead.

func (*UpdateSubIssueResponse) GetCode

func (*UpdateSubIssueResponse) GetErrMsg

func (x *UpdateSubIssueResponse) GetErrMsg() string

func (*UpdateSubIssueResponse) ProtoMessage

func (*UpdateSubIssueResponse) ProtoMessage()

func (*UpdateSubIssueResponse) ProtoReflect

func (x *UpdateSubIssueResponse) ProtoReflect() protoreflect.Message

func (*UpdateSubIssueResponse) Reset

func (x *UpdateSubIssueResponse) Reset()

func (*UpdateSubIssueResponse) String

func (x *UpdateSubIssueResponse) String() string

type UpdateSubIssueResponse_CODE

type UpdateSubIssueResponse_CODE int32
const (
	UpdateSubIssueResponse_CODE_OK            UpdateSubIssueResponse_CODE = 0
	UpdateSubIssueResponse_CODE_WRONG_SESSION UpdateSubIssueResponse_CODE = 1
	UpdateSubIssueResponse_CODE_NO_PROJECT    UpdateSubIssueResponse_CODE = 2
	UpdateSubIssueResponse_CODE_NO_ISSUE      UpdateSubIssueResponse_CODE = 3
	UpdateSubIssueResponse_CODE_NO_PERMISSION UpdateSubIssueResponse_CODE = 4
	UpdateSubIssueResponse_CODE_NO_SUB_ISSUE  UpdateSubIssueResponse_CODE = 5
)

func (UpdateSubIssueResponse_CODE) Descriptor

func (UpdateSubIssueResponse_CODE) Enum

func (UpdateSubIssueResponse_CODE) EnumDescriptor deprecated

func (UpdateSubIssueResponse_CODE) EnumDescriptor() ([]byte, []int)

Deprecated: Use UpdateSubIssueResponse_CODE.Descriptor instead.

func (UpdateSubIssueResponse_CODE) Number

func (UpdateSubIssueResponse_CODE) String

func (UpdateSubIssueResponse_CODE) Type

type UpdateSubIssueStateRequest

type UpdateSubIssueStateRequest struct {
	SessionId  string `protobuf:"bytes,1,opt,name=sessionId,proto3" json:"sessionId,omitempty"`
	ProjectId  string `protobuf:"bytes,2,opt,name=projectId,proto3" json:"projectId,omitempty"`
	IssueId    string `protobuf:"bytes,3,opt,name=issueId,proto3" json:"issueId,omitempty"`
	SubIssueId string `protobuf:"bytes,4,opt,name=subIssueId,proto3" json:"subIssueId,omitempty"`
	Done       bool   `protobuf:"varint,5,opt,name=done,proto3" json:"done,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateSubIssueStateRequest) Descriptor deprecated

func (*UpdateSubIssueStateRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateSubIssueStateRequest.ProtoReflect.Descriptor instead.

func (*UpdateSubIssueStateRequest) GetDone

func (x *UpdateSubIssueStateRequest) GetDone() bool

func (*UpdateSubIssueStateRequest) GetIssueId

func (x *UpdateSubIssueStateRequest) GetIssueId() string

func (*UpdateSubIssueStateRequest) GetProjectId

func (x *UpdateSubIssueStateRequest) GetProjectId() string

func (*UpdateSubIssueStateRequest) GetSessionId

func (x *UpdateSubIssueStateRequest) GetSessionId() string

func (*UpdateSubIssueStateRequest) GetSubIssueId

func (x *UpdateSubIssueStateRequest) GetSubIssueId() string

func (*UpdateSubIssueStateRequest) ProtoMessage

func (*UpdateSubIssueStateRequest) ProtoMessage()

func (*UpdateSubIssueStateRequest) ProtoReflect

func (*UpdateSubIssueStateRequest) Reset

func (x *UpdateSubIssueStateRequest) Reset()

func (*UpdateSubIssueStateRequest) String

func (x *UpdateSubIssueStateRequest) String() string

type UpdateSubIssueStateResponse

type UpdateSubIssueStateResponse struct {
	Code   UpdateSubIssueStateResponse_CODE `protobuf:"varint,1,opt,name=code,proto3,enum=project_issue_api.UpdateSubIssueStateResponse_CODE" json:"code,omitempty"`
	ErrMsg string                           `protobuf:"bytes,2,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateSubIssueStateResponse) Descriptor deprecated

func (*UpdateSubIssueStateResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateSubIssueStateResponse.ProtoReflect.Descriptor instead.

func (*UpdateSubIssueStateResponse) GetCode

func (*UpdateSubIssueStateResponse) GetErrMsg

func (x *UpdateSubIssueStateResponse) GetErrMsg() string

func (*UpdateSubIssueStateResponse) ProtoMessage

func (*UpdateSubIssueStateResponse) ProtoMessage()

func (*UpdateSubIssueStateResponse) ProtoReflect

func (*UpdateSubIssueStateResponse) Reset

func (x *UpdateSubIssueStateResponse) Reset()

func (*UpdateSubIssueStateResponse) String

func (x *UpdateSubIssueStateResponse) String() string

type UpdateSubIssueStateResponse_CODE

type UpdateSubIssueStateResponse_CODE int32
const (
	UpdateSubIssueStateResponse_CODE_OK            UpdateSubIssueStateResponse_CODE = 0
	UpdateSubIssueStateResponse_CODE_WRONG_SESSION UpdateSubIssueStateResponse_CODE = 1
	UpdateSubIssueStateResponse_CODE_NO_PROJECT    UpdateSubIssueStateResponse_CODE = 2
	UpdateSubIssueStateResponse_CODE_NO_ISSUE      UpdateSubIssueStateResponse_CODE = 3
	UpdateSubIssueStateResponse_CODE_NO_PERMISSION UpdateSubIssueStateResponse_CODE = 4
	UpdateSubIssueStateResponse_CODE_NO_SUB_ISSUE  UpdateSubIssueStateResponse_CODE = 5
)

func (UpdateSubIssueStateResponse_CODE) Descriptor

func (UpdateSubIssueStateResponse_CODE) Enum

func (UpdateSubIssueStateResponse_CODE) EnumDescriptor deprecated

func (UpdateSubIssueStateResponse_CODE) EnumDescriptor() ([]byte, []int)

Deprecated: Use UpdateSubIssueStateResponse_CODE.Descriptor instead.

func (UpdateSubIssueStateResponse_CODE) Number

func (UpdateSubIssueStateResponse_CODE) String

func (UpdateSubIssueStateResponse_CODE) Type

type UpdateTagIdListRequest

type UpdateTagIdListRequest struct {
	SessionId string   `protobuf:"bytes,1,opt,name=sessionId,proto3" json:"sessionId,omitempty"`
	ProjectId string   `protobuf:"bytes,2,opt,name=projectId,proto3" json:"projectId,omitempty"`
	IssueId   string   `protobuf:"bytes,3,opt,name=issueId,proto3" json:"issueId,omitempty"`
	TagIdList []string `protobuf:"bytes,4,rep,name=tagIdList,proto3" json:"tagIdList,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateTagIdListRequest) Descriptor deprecated

func (*UpdateTagIdListRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateTagIdListRequest.ProtoReflect.Descriptor instead.

func (*UpdateTagIdListRequest) GetIssueId

func (x *UpdateTagIdListRequest) GetIssueId() string

func (*UpdateTagIdListRequest) GetProjectId

func (x *UpdateTagIdListRequest) GetProjectId() string

func (*UpdateTagIdListRequest) GetSessionId

func (x *UpdateTagIdListRequest) GetSessionId() string

func (*UpdateTagIdListRequest) GetTagIdList

func (x *UpdateTagIdListRequest) GetTagIdList() []string

func (*UpdateTagIdListRequest) ProtoMessage

func (*UpdateTagIdListRequest) ProtoMessage()

func (*UpdateTagIdListRequest) ProtoReflect

func (x *UpdateTagIdListRequest) ProtoReflect() protoreflect.Message

func (*UpdateTagIdListRequest) Reset

func (x *UpdateTagIdListRequest) Reset()

func (*UpdateTagIdListRequest) String

func (x *UpdateTagIdListRequest) String() string

type UpdateTitleRequest

type UpdateTitleRequest struct {
	SessionId string `protobuf:"bytes,1,opt,name=sessionId,proto3" json:"sessionId,omitempty"`
	ProjectId string `protobuf:"bytes,2,opt,name=projectId,proto3" json:"projectId,omitempty"`
	IssueId   string `protobuf:"bytes,3,opt,name=issueId,proto3" json:"issueId,omitempty"`
	Title     string `protobuf:"bytes,4,opt,name=title,proto3" json:"title,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateTitleRequest) Descriptor deprecated

func (*UpdateTitleRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateTitleRequest.ProtoReflect.Descriptor instead.

func (*UpdateTitleRequest) GetIssueId

func (x *UpdateTitleRequest) GetIssueId() string

func (*UpdateTitleRequest) GetProjectId

func (x *UpdateTitleRequest) GetProjectId() string

func (*UpdateTitleRequest) GetSessionId

func (x *UpdateTitleRequest) GetSessionId() string

func (*UpdateTitleRequest) GetTitle

func (x *UpdateTitleRequest) GetTitle() string

func (*UpdateTitleRequest) ProtoMessage

func (*UpdateTitleRequest) ProtoMessage()

func (*UpdateTitleRequest) ProtoReflect

func (x *UpdateTitleRequest) ProtoReflect() protoreflect.Message

func (*UpdateTitleRequest) Reset

func (x *UpdateTitleRequest) Reset()

func (*UpdateTitleRequest) String

func (x *UpdateTitleRequest) String() string

type UserIssuePerm

type UserIssuePerm struct {
	CanAssignExecUser  bool          `protobuf:"varint,1,opt,name=canAssignExecUser,proto3" json:"canAssignExecUser,omitempty"`
	CanAssignCheckUser bool          `protobuf:"varint,2,opt,name=canAssignCheckUser,proto3" json:"canAssignCheckUser,omitempty"`
	NextStateList      []ISSUE_STATE `protobuf:"varint,3,rep,packed,name=nextStateList,proto3,enum=project_issue_api.ISSUE_STATE" json:"nextStateList,omitempty"`
	CanRemove          bool          `protobuf:"varint,4,opt,name=canRemove,proto3" json:"canRemove,omitempty"`
	CanOptDependence   bool          `protobuf:"varint,5,opt,name=canOptDependence,proto3" json:"canOptDependence,omitempty"`
	CanOptSubIssue     bool          `protobuf:"varint,6,opt,name=canOptSubIssue,proto3" json:"canOptSubIssue,omitempty"`
	// bool canSetAward = 7; //废弃
	CanUpdate bool `protobuf:"varint,8,opt,name=canUpdate,proto3" json:"canUpdate,omitempty"`
	// contains filtered or unexported fields
}

func (*UserIssuePerm) Descriptor deprecated

func (*UserIssuePerm) Descriptor() ([]byte, []int)

Deprecated: Use UserIssuePerm.ProtoReflect.Descriptor instead.

func (*UserIssuePerm) GetCanAssignCheckUser

func (x *UserIssuePerm) GetCanAssignCheckUser() bool

func (*UserIssuePerm) GetCanAssignExecUser

func (x *UserIssuePerm) GetCanAssignExecUser() bool

func (*UserIssuePerm) GetCanOptDependence

func (x *UserIssuePerm) GetCanOptDependence() bool

func (*UserIssuePerm) GetCanOptSubIssue

func (x *UserIssuePerm) GetCanOptSubIssue() bool

func (*UserIssuePerm) GetCanRemove

func (x *UserIssuePerm) GetCanRemove() bool

func (*UserIssuePerm) GetCanUpdate

func (x *UserIssuePerm) GetCanUpdate() bool

func (*UserIssuePerm) GetNextStateList

func (x *UserIssuePerm) GetNextStateList() []ISSUE_STATE

func (*UserIssuePerm) ProtoMessage

func (*UserIssuePerm) ProtoMessage()

func (*UserIssuePerm) ProtoReflect

func (x *UserIssuePerm) ProtoReflect() protoreflect.Message

func (*UserIssuePerm) Reset

func (x *UserIssuePerm) Reset()

func (*UserIssuePerm) String

func (x *UserIssuePerm) String() string

type VoteInfo

type VoteInfo struct {
	VoteId          string         `protobuf:"bytes,1,opt,name=voteId,proto3" json:"voteId,omitempty"`
	BasicInfo       *BasicVoteInfo `protobuf:"bytes,2,opt,name=basicInfo,proto3" json:"basicInfo,omitempty"`
	TimeStamp       int64          `protobuf:"varint,3,opt,name=timeStamp,proto3" json:"timeStamp,omitempty"`
	VoteUserId      string         `protobuf:"bytes,4,opt,name=voteUserId,proto3" json:"voteUserId,omitempty"`
	VoteDisplayName string         `protobuf:"bytes,5,opt,name=voteDisplayName,proto3" json:"voteDisplayName,omitempty"`
	VoteLogoUri     string         `protobuf:"bytes,6,opt,name=voteLogoUri,proto3" json:"voteLogoUri,omitempty"`
	// contains filtered or unexported fields
}

func (*VoteInfo) Descriptor deprecated

func (*VoteInfo) Descriptor() ([]byte, []int)

Deprecated: Use VoteInfo.ProtoReflect.Descriptor instead.

func (*VoteInfo) GetBasicInfo

func (x *VoteInfo) GetBasicInfo() *BasicVoteInfo

func (*VoteInfo) GetTimeStamp

func (x *VoteInfo) GetTimeStamp() int64

func (*VoteInfo) GetVoteDisplayName

func (x *VoteInfo) GetVoteDisplayName() string

func (*VoteInfo) GetVoteId

func (x *VoteInfo) GetVoteId() string

func (*VoteInfo) GetVoteLogoUri

func (x *VoteInfo) GetVoteLogoUri() string

func (*VoteInfo) GetVoteUserId

func (x *VoteInfo) GetVoteUserId() string

func (*VoteInfo) ProtoMessage

func (*VoteInfo) ProtoMessage()

func (*VoteInfo) ProtoReflect

func (x *VoteInfo) ProtoReflect() protoreflect.Message

func (*VoteInfo) Reset

func (x *VoteInfo) Reset()

func (*VoteInfo) String

func (x *VoteInfo) String() string

type WatchUser

type WatchUser struct {
	MemberUserId string `protobuf:"bytes,23,opt,name=memberUserId,proto3" json:"memberUserId,omitempty"`
	DisplayName  string `protobuf:"bytes,24,opt,name=displayName,proto3" json:"displayName,omitempty"`
	LogoUri      string `protobuf:"bytes,25,opt,name=logoUri,proto3" json:"logoUri,omitempty"`
	// contains filtered or unexported fields
}

func (*WatchUser) Descriptor deprecated

func (*WatchUser) Descriptor() ([]byte, []int)

Deprecated: Use WatchUser.ProtoReflect.Descriptor instead.

func (*WatchUser) GetDisplayName

func (x *WatchUser) GetDisplayName() string

func (*WatchUser) GetLogoUri

func (x *WatchUser) GetLogoUri() string

func (*WatchUser) GetMemberUserId

func (x *WatchUser) GetMemberUserId() string

func (*WatchUser) ProtoMessage

func (*WatchUser) ProtoMessage()

func (*WatchUser) ProtoReflect

func (x *WatchUser) ProtoReflect() protoreflect.Message

func (*WatchUser) Reset

func (x *WatchUser) Reset()

func (*WatchUser) String

func (x *WatchUser) String() string

Source Files

  • project_issue_api.pb.go
  • project_issue_api_grpc.pb.go

Jump to

Keyboard shortcuts

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