events_issue

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: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_events_issue_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AddDependenceEvent

type AddDependenceEvent struct {
	IssueId          string `protobuf:"bytes,1,opt,name=issueId,proto3" json:"issueId,omitempty"`
	IssueType        int32  `protobuf:"varint,2,opt,name=issueType,proto3" json:"issueType,omitempty"`
	IssueTitle       string `protobuf:"bytes,3,opt,name=issueTitle,proto3" json:"issueTitle,omitempty"`
	DependIssueId    string `protobuf:"bytes,4,opt,name=dependIssueId,proto3" json:"dependIssueId,omitempty"`
	DependIssueType  int32  `protobuf:"varint,5,opt,name=dependIssueType,proto3" json:"dependIssueType,omitempty"`
	DependIssueTitle string `protobuf:"bytes,6,opt,name=dependIssueTitle,proto3" json:"dependIssueTitle,omitempty"`
	// contains filtered or unexported fields
}

增加依赖

func (*AddDependenceEvent) Descriptor deprecated

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

Deprecated: Use AddDependenceEvent.ProtoReflect.Descriptor instead.

func (*AddDependenceEvent) GetDependIssueId

func (x *AddDependenceEvent) GetDependIssueId() string

func (*AddDependenceEvent) GetDependIssueTitle

func (x *AddDependenceEvent) GetDependIssueTitle() string

func (*AddDependenceEvent) GetDependIssueType

func (x *AddDependenceEvent) GetDependIssueType() int32

func (*AddDependenceEvent) GetIssueId

func (x *AddDependenceEvent) GetIssueId() string

func (*AddDependenceEvent) GetIssueTitle

func (x *AddDependenceEvent) GetIssueTitle() string

func (*AddDependenceEvent) GetIssueType

func (x *AddDependenceEvent) GetIssueType() int32

func (*AddDependenceEvent) ProtoMessage

func (*AddDependenceEvent) ProtoMessage()

func (*AddDependenceEvent) ProtoReflect

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

func (*AddDependenceEvent) Reset

func (x *AddDependenceEvent) Reset()

func (*AddDependenceEvent) String

func (x *AddDependenceEvent) String() string

type AssignCheckUserEvent

type AssignCheckUserEvent struct {
	IssueId              string `protobuf:"bytes,1,opt,name=issueId,proto3" json:"issueId,omitempty"`
	IssueType            int32  `protobuf:"varint,2,opt,name=issueType,proto3" json:"issueType,omitempty"`
	Title                string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	CheckUserId          string `protobuf:"bytes,4,opt,name=checkUserId,proto3" json:"checkUserId,omitempty"`
	CheckUserDisplayName string `protobuf:"bytes,5,opt,name=checkUserDisplayName,proto3" json:"checkUserDisplayName,omitempty"`
	// contains filtered or unexported fields
}

指派检查组

func (*AssignCheckUserEvent) Descriptor deprecated

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

Deprecated: Use AssignCheckUserEvent.ProtoReflect.Descriptor instead.

func (*AssignCheckUserEvent) GetCheckUserDisplayName

func (x *AssignCheckUserEvent) GetCheckUserDisplayName() string

func (*AssignCheckUserEvent) GetCheckUserId

func (x *AssignCheckUserEvent) GetCheckUserId() string

func (*AssignCheckUserEvent) GetIssueId

func (x *AssignCheckUserEvent) GetIssueId() string

func (*AssignCheckUserEvent) GetIssueType

func (x *AssignCheckUserEvent) GetIssueType() int32

func (*AssignCheckUserEvent) GetTitle

func (x *AssignCheckUserEvent) GetTitle() string

func (*AssignCheckUserEvent) ProtoMessage

func (*AssignCheckUserEvent) ProtoMessage()

func (*AssignCheckUserEvent) ProtoReflect

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

func (*AssignCheckUserEvent) Reset

func (x *AssignCheckUserEvent) Reset()

func (*AssignCheckUserEvent) String

func (x *AssignCheckUserEvent) String() string

type AssignExecUserEvent

type AssignExecUserEvent struct {
	IssueId             string `protobuf:"bytes,1,opt,name=issueId,proto3" json:"issueId,omitempty"`
	IssueType           int32  `protobuf:"varint,2,opt,name=issueType,proto3" json:"issueType,omitempty"`
	Title               string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	ExecUserId          string `protobuf:"bytes,4,opt,name=execUserId,proto3" json:"execUserId,omitempty"`
	ExecUserDisplayName string `protobuf:"bytes,5,opt,name=execUserDisplayName,proto3" json:"execUserDisplayName,omitempty"`
	// contains filtered or unexported fields
}

指派执行者

func (*AssignExecUserEvent) Descriptor deprecated

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

Deprecated: Use AssignExecUserEvent.ProtoReflect.Descriptor instead.

func (*AssignExecUserEvent) GetExecUserDisplayName

func (x *AssignExecUserEvent) GetExecUserDisplayName() string

func (*AssignExecUserEvent) GetExecUserId

func (x *AssignExecUserEvent) GetExecUserId() string

func (*AssignExecUserEvent) GetIssueId

func (x *AssignExecUserEvent) GetIssueId() string

func (*AssignExecUserEvent) GetIssueType

func (x *AssignExecUserEvent) GetIssueType() int32

func (*AssignExecUserEvent) GetTitle

func (x *AssignExecUserEvent) GetTitle() string

func (*AssignExecUserEvent) ProtoMessage

func (*AssignExecUserEvent) ProtoMessage()

func (*AssignExecUserEvent) ProtoReflect

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

func (*AssignExecUserEvent) Reset

func (x *AssignExecUserEvent) Reset()

func (*AssignExecUserEvent) String

func (x *AssignExecUserEvent) String() string

type CancelDeadLineTimeEvent

type CancelDeadLineTimeEvent struct {
	IssueId   string `protobuf:"bytes,1,opt,name=issueId,proto3" json:"issueId,omitempty"`
	IssueType int32  `protobuf:"varint,2,opt,name=issueType,proto3" json:"issueType,omitempty"`
	Title     string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	// contains filtered or unexported fields
}

取消底线时间

func (*CancelDeadLineTimeEvent) Descriptor deprecated

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

Deprecated: Use CancelDeadLineTimeEvent.ProtoReflect.Descriptor instead.

func (*CancelDeadLineTimeEvent) GetIssueId

func (x *CancelDeadLineTimeEvent) GetIssueId() string

func (*CancelDeadLineTimeEvent) GetIssueType

func (x *CancelDeadLineTimeEvent) GetIssueType() int32

func (*CancelDeadLineTimeEvent) GetTitle

func (x *CancelDeadLineTimeEvent) GetTitle() string

func (*CancelDeadLineTimeEvent) ProtoMessage

func (*CancelDeadLineTimeEvent) ProtoMessage()

func (*CancelDeadLineTimeEvent) ProtoReflect

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

func (*CancelDeadLineTimeEvent) Reset

func (x *CancelDeadLineTimeEvent) Reset()

func (*CancelDeadLineTimeEvent) String

func (x *CancelDeadLineTimeEvent) String() string

type CancelEndTimeEvent

type CancelEndTimeEvent struct {
	IssueId   string `protobuf:"bytes,1,opt,name=issueId,proto3" json:"issueId,omitempty"`
	IssueType int32  `protobuf:"varint,2,opt,name=issueType,proto3" json:"issueType,omitempty"`
	Title     string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	// contains filtered or unexported fields
}

取消结束时间

func (*CancelEndTimeEvent) Descriptor deprecated

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

Deprecated: Use CancelEndTimeEvent.ProtoReflect.Descriptor instead.

func (*CancelEndTimeEvent) GetIssueId

func (x *CancelEndTimeEvent) GetIssueId() string

func (*CancelEndTimeEvent) GetIssueType

func (x *CancelEndTimeEvent) GetIssueType() int32

func (*CancelEndTimeEvent) GetTitle

func (x *CancelEndTimeEvent) GetTitle() string

func (*CancelEndTimeEvent) ProtoMessage

func (*CancelEndTimeEvent) ProtoMessage()

func (*CancelEndTimeEvent) ProtoReflect

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

func (*CancelEndTimeEvent) Reset

func (x *CancelEndTimeEvent) Reset()

func (*CancelEndTimeEvent) String

func (x *CancelEndTimeEvent) String() string

type CancelEstimateMinutesEvent

type CancelEstimateMinutesEvent struct {
	IssueId   string `protobuf:"bytes,1,opt,name=issueId,proto3" json:"issueId,omitempty"`
	IssueType int32  `protobuf:"varint,2,opt,name=issueType,proto3" json:"issueType,omitempty"`
	Title     string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	// contains filtered or unexported fields
}

取消预估时间

func (*CancelEstimateMinutesEvent) Descriptor deprecated

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

Deprecated: Use CancelEstimateMinutesEvent.ProtoReflect.Descriptor instead.

func (*CancelEstimateMinutesEvent) GetIssueId

func (x *CancelEstimateMinutesEvent) GetIssueId() string

func (*CancelEstimateMinutesEvent) GetIssueType

func (x *CancelEstimateMinutesEvent) GetIssueType() int32

func (*CancelEstimateMinutesEvent) GetTitle

func (x *CancelEstimateMinutesEvent) GetTitle() string

func (*CancelEstimateMinutesEvent) ProtoMessage

func (*CancelEstimateMinutesEvent) ProtoMessage()

func (*CancelEstimateMinutesEvent) ProtoReflect

func (*CancelEstimateMinutesEvent) Reset

func (x *CancelEstimateMinutesEvent) Reset()

func (*CancelEstimateMinutesEvent) String

func (x *CancelEstimateMinutesEvent) String() string

type CancelLinkSpritEvent

type CancelLinkSpritEvent struct {
	IssueId    string `protobuf:"bytes,1,opt,name=issueId,proto3" json:"issueId,omitempty"`
	IssueType  int32  `protobuf:"varint,2,opt,name=issueType,proto3" json:"issueType,omitempty"`
	Title      string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	SpritId    string `protobuf:"bytes,4,opt,name=spritId,proto3" json:"spritId,omitempty"`
	SpritTitle string `protobuf:"bytes,5,opt,name=spritTitle,proto3" json:"spritTitle,omitempty"`
	// contains filtered or unexported fields
}

取消关联到迭代

func (*CancelLinkSpritEvent) Descriptor deprecated

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

Deprecated: Use CancelLinkSpritEvent.ProtoReflect.Descriptor instead.

func (*CancelLinkSpritEvent) GetIssueId

func (x *CancelLinkSpritEvent) GetIssueId() string

func (*CancelLinkSpritEvent) GetIssueType

func (x *CancelLinkSpritEvent) GetIssueType() int32

func (*CancelLinkSpritEvent) GetSpritId

func (x *CancelLinkSpritEvent) GetSpritId() string

func (*CancelLinkSpritEvent) GetSpritTitle

func (x *CancelLinkSpritEvent) GetSpritTitle() string

func (*CancelLinkSpritEvent) GetTitle

func (x *CancelLinkSpritEvent) GetTitle() string

func (*CancelLinkSpritEvent) ProtoMessage

func (*CancelLinkSpritEvent) ProtoMessage()

func (*CancelLinkSpritEvent) ProtoReflect

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

func (*CancelLinkSpritEvent) Reset

func (x *CancelLinkSpritEvent) Reset()

func (*CancelLinkSpritEvent) String

func (x *CancelLinkSpritEvent) String() string

type CancelRemainMinutesEvent

type CancelRemainMinutesEvent struct {
	IssueId   string `protobuf:"bytes,1,opt,name=issueId,proto3" json:"issueId,omitempty"`
	IssueType int32  `protobuf:"varint,2,opt,name=issueType,proto3" json:"issueType,omitempty"`
	Title     string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	// contains filtered or unexported fields
}

取消剩余时间

func (*CancelRemainMinutesEvent) Descriptor deprecated

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

Deprecated: Use CancelRemainMinutesEvent.ProtoReflect.Descriptor instead.

func (*CancelRemainMinutesEvent) GetIssueId

func (x *CancelRemainMinutesEvent) GetIssueId() string

func (*CancelRemainMinutesEvent) GetIssueType

func (x *CancelRemainMinutesEvent) GetIssueType() int32

func (*CancelRemainMinutesEvent) GetTitle

func (x *CancelRemainMinutesEvent) GetTitle() string

func (*CancelRemainMinutesEvent) ProtoMessage

func (*CancelRemainMinutesEvent) ProtoMessage()

func (*CancelRemainMinutesEvent) ProtoReflect

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

func (*CancelRemainMinutesEvent) Reset

func (x *CancelRemainMinutesEvent) Reset()

func (*CancelRemainMinutesEvent) String

func (x *CancelRemainMinutesEvent) String() string

type CancelStartTimeEvent

type CancelStartTimeEvent struct {
	IssueId   string `protobuf:"bytes,1,opt,name=issueId,proto3" json:"issueId,omitempty"`
	IssueType int32  `protobuf:"varint,2,opt,name=issueType,proto3" json:"issueType,omitempty"`
	Title     string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	// contains filtered or unexported fields
}

取消开始时间

func (*CancelStartTimeEvent) Descriptor deprecated

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

Deprecated: Use CancelStartTimeEvent.ProtoReflect.Descriptor instead.

func (*CancelStartTimeEvent) GetIssueId

func (x *CancelStartTimeEvent) GetIssueId() string

func (*CancelStartTimeEvent) GetIssueType

func (x *CancelStartTimeEvent) GetIssueType() int32

func (*CancelStartTimeEvent) GetTitle

func (x *CancelStartTimeEvent) GetTitle() string

func (*CancelStartTimeEvent) ProtoMessage

func (*CancelStartTimeEvent) ProtoMessage()

func (*CancelStartTimeEvent) ProtoReflect

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

func (*CancelStartTimeEvent) Reset

func (x *CancelStartTimeEvent) Reset()

func (*CancelStartTimeEvent) String

func (x *CancelStartTimeEvent) String() string

type ChangeStateEvent

type ChangeStateEvent struct {
	IssueId   string `protobuf:"bytes,1,opt,name=issueId,proto3" json:"issueId,omitempty"`
	IssueType int32  `protobuf:"varint,2,opt,name=issueType,proto3" json:"issueType,omitempty"`
	Title     string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	OldState  int32  `protobuf:"varint,4,opt,name=oldState,proto3" json:"oldState,omitempty"`
	NewState  int32  `protobuf:"varint,5,opt,name=newState,proto3" json:"newState,omitempty"`
	// contains filtered or unexported fields
}

修改状态

func (*ChangeStateEvent) Descriptor deprecated

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

Deprecated: Use ChangeStateEvent.ProtoReflect.Descriptor instead.

func (*ChangeStateEvent) GetIssueId

func (x *ChangeStateEvent) GetIssueId() string

func (*ChangeStateEvent) GetIssueType

func (x *ChangeStateEvent) GetIssueType() int32

func (*ChangeStateEvent) GetNewState

func (x *ChangeStateEvent) GetNewState() int32

func (*ChangeStateEvent) GetOldState

func (x *ChangeStateEvent) GetOldState() int32

func (*ChangeStateEvent) GetTitle

func (x *ChangeStateEvent) GetTitle() string

func (*ChangeStateEvent) ProtoMessage

func (*ChangeStateEvent) ProtoMessage()

func (*ChangeStateEvent) ProtoReflect

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

func (*ChangeStateEvent) Reset

func (x *ChangeStateEvent) Reset()

func (*ChangeStateEvent) String

func (x *ChangeStateEvent) String() string

type CreateEvent

type CreateEvent struct {
	IssueId   string `protobuf:"bytes,1,opt,name=issueId,proto3" json:"issueId,omitempty"`
	IssueType int32  `protobuf:"varint,2,opt,name=issueType,proto3" json:"issueType,omitempty"`
	Title     string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	// contains filtered or unexported fields
}

创建issue

func (*CreateEvent) Descriptor deprecated

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

Deprecated: Use CreateEvent.ProtoReflect.Descriptor instead.

func (*CreateEvent) GetIssueId

func (x *CreateEvent) GetIssueId() string

func (*CreateEvent) GetIssueType

func (x *CreateEvent) GetIssueType() int32

func (*CreateEvent) GetTitle

func (x *CreateEvent) GetTitle() string

func (*CreateEvent) ProtoMessage

func (*CreateEvent) ProtoMessage()

func (*CreateEvent) ProtoReflect

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

func (*CreateEvent) Reset

func (x *CreateEvent) Reset()

func (*CreateEvent) String

func (x *CreateEvent) String() string

type CreateSubIssueEvent

type CreateSubIssueEvent struct {
	IssueId    string `protobuf:"bytes,1,opt,name=issueId,proto3" json:"issueId,omitempty"`
	IssueType  int32  `protobuf:"varint,2,opt,name=issueType,proto3" json:"issueType,omitempty"`
	IssueTitle string `protobuf:"bytes,3,opt,name=issueTitle,proto3" json:"issueTitle,omitempty"`
	Title      string `protobuf:"bytes,4,opt,name=title,proto3" json:"title,omitempty"`
	// contains filtered or unexported fields
}

增加子工单

func (*CreateSubIssueEvent) Descriptor deprecated

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

Deprecated: Use CreateSubIssueEvent.ProtoReflect.Descriptor instead.

func (*CreateSubIssueEvent) GetIssueId

func (x *CreateSubIssueEvent) GetIssueId() string

func (*CreateSubIssueEvent) GetIssueTitle

func (x *CreateSubIssueEvent) GetIssueTitle() string

func (*CreateSubIssueEvent) GetIssueType

func (x *CreateSubIssueEvent) GetIssueType() int32

func (*CreateSubIssueEvent) GetTitle

func (x *CreateSubIssueEvent) GetTitle() string

func (*CreateSubIssueEvent) ProtoMessage

func (*CreateSubIssueEvent) ProtoMessage()

func (*CreateSubIssueEvent) ProtoReflect

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

func (*CreateSubIssueEvent) Reset

func (x *CreateSubIssueEvent) Reset()

func (*CreateSubIssueEvent) String

func (x *CreateSubIssueEvent) String() string

type LinkSpritEvent

type LinkSpritEvent struct {
	IssueId    string `protobuf:"bytes,1,opt,name=issueId,proto3" json:"issueId,omitempty"`
	IssueType  int32  `protobuf:"varint,2,opt,name=issueType,proto3" json:"issueType,omitempty"`
	Title      string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	SpritId    string `protobuf:"bytes,4,opt,name=spritId,proto3" json:"spritId,omitempty"`
	SpritTitle string `protobuf:"bytes,5,opt,name=spritTitle,proto3" json:"spritTitle,omitempty"`
	// contains filtered or unexported fields
}

关联到迭代

func (*LinkSpritEvent) Descriptor deprecated

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

Deprecated: Use LinkSpritEvent.ProtoReflect.Descriptor instead.

func (*LinkSpritEvent) GetIssueId

func (x *LinkSpritEvent) GetIssueId() string

func (*LinkSpritEvent) GetIssueType

func (x *LinkSpritEvent) GetIssueType() int32

func (*LinkSpritEvent) GetSpritId

func (x *LinkSpritEvent) GetSpritId() string

func (*LinkSpritEvent) GetSpritTitle

func (x *LinkSpritEvent) GetSpritTitle() string

func (*LinkSpritEvent) GetTitle

func (x *LinkSpritEvent) GetTitle() string

func (*LinkSpritEvent) ProtoMessage

func (*LinkSpritEvent) ProtoMessage()

func (*LinkSpritEvent) ProtoReflect

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

func (*LinkSpritEvent) Reset

func (x *LinkSpritEvent) Reset()

func (*LinkSpritEvent) String

func (x *LinkSpritEvent) String() string

type RemoveDependenceEvent

type RemoveDependenceEvent struct {
	IssueId          string `protobuf:"bytes,1,opt,name=issueId,proto3" json:"issueId,omitempty"`
	IssueType        int32  `protobuf:"varint,2,opt,name=issueType,proto3" json:"issueType,omitempty"`
	IssueTitle       string `protobuf:"bytes,3,opt,name=issueTitle,proto3" json:"issueTitle,omitempty"`
	DependIssueId    string `protobuf:"bytes,4,opt,name=dependIssueId,proto3" json:"dependIssueId,omitempty"`
	DependIssueType  int32  `protobuf:"varint,5,opt,name=dependIssueType,proto3" json:"dependIssueType,omitempty"`
	DependIssueTitle string `protobuf:"bytes,6,opt,name=dependIssueTitle,proto3" json:"dependIssueTitle,omitempty"`
	// contains filtered or unexported fields
}

删除依赖

func (*RemoveDependenceEvent) Descriptor deprecated

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

Deprecated: Use RemoveDependenceEvent.ProtoReflect.Descriptor instead.

func (*RemoveDependenceEvent) GetDependIssueId

func (x *RemoveDependenceEvent) GetDependIssueId() string

func (*RemoveDependenceEvent) GetDependIssueTitle

func (x *RemoveDependenceEvent) GetDependIssueTitle() string

func (*RemoveDependenceEvent) GetDependIssueType

func (x *RemoveDependenceEvent) GetDependIssueType() int32

func (*RemoveDependenceEvent) GetIssueId

func (x *RemoveDependenceEvent) GetIssueId() string

func (*RemoveDependenceEvent) GetIssueTitle

func (x *RemoveDependenceEvent) GetIssueTitle() string

func (*RemoveDependenceEvent) GetIssueType

func (x *RemoveDependenceEvent) GetIssueType() int32

func (*RemoveDependenceEvent) ProtoMessage

func (*RemoveDependenceEvent) ProtoMessage()

func (*RemoveDependenceEvent) ProtoReflect

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

func (*RemoveDependenceEvent) Reset

func (x *RemoveDependenceEvent) Reset()

func (*RemoveDependenceEvent) String

func (x *RemoveDependenceEvent) String() string

type RemoveEvent

type RemoveEvent struct {
	IssueId   string `protobuf:"bytes,1,opt,name=issueId,proto3" json:"issueId,omitempty"`
	IssueType int32  `protobuf:"varint,2,opt,name=issueType,proto3" json:"issueType,omitempty"`
	Title     string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	// contains filtered or unexported fields
}

删除issue(进入回收站)

func (*RemoveEvent) Descriptor deprecated

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

Deprecated: Use RemoveEvent.ProtoReflect.Descriptor instead.

func (*RemoveEvent) GetIssueId

func (x *RemoveEvent) GetIssueId() string

func (*RemoveEvent) GetIssueType

func (x *RemoveEvent) GetIssueType() int32

func (*RemoveEvent) GetTitle

func (x *RemoveEvent) GetTitle() string

func (*RemoveEvent) ProtoMessage

func (*RemoveEvent) ProtoMessage()

func (*RemoveEvent) ProtoReflect

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

func (*RemoveEvent) Reset

func (x *RemoveEvent) Reset()

func (*RemoveEvent) String

func (x *RemoveEvent) String() string

type RemoveSubIssueEvent

type RemoveSubIssueEvent struct {
	IssueId    string `protobuf:"bytes,1,opt,name=issueId,proto3" json:"issueId,omitempty"`
	IssueType  int32  `protobuf:"varint,2,opt,name=issueType,proto3" json:"issueType,omitempty"`
	IssueTitle string `protobuf:"bytes,3,opt,name=issueTitle,proto3" json:"issueTitle,omitempty"`
	Title      string `protobuf:"bytes,4,opt,name=title,proto3" json:"title,omitempty"`
	// contains filtered or unexported fields
}

删除子工单

func (*RemoveSubIssueEvent) Descriptor deprecated

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

Deprecated: Use RemoveSubIssueEvent.ProtoReflect.Descriptor instead.

func (*RemoveSubIssueEvent) GetIssueId

func (x *RemoveSubIssueEvent) GetIssueId() string

func (*RemoveSubIssueEvent) GetIssueTitle

func (x *RemoveSubIssueEvent) GetIssueTitle() string

func (*RemoveSubIssueEvent) GetIssueType

func (x *RemoveSubIssueEvent) GetIssueType() int32

func (*RemoveSubIssueEvent) GetTitle

func (x *RemoveSubIssueEvent) GetTitle() string

func (*RemoveSubIssueEvent) ProtoMessage

func (*RemoveSubIssueEvent) ProtoMessage()

func (*RemoveSubIssueEvent) ProtoReflect

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

func (*RemoveSubIssueEvent) Reset

func (x *RemoveSubIssueEvent) Reset()

func (*RemoveSubIssueEvent) String

func (x *RemoveSubIssueEvent) String() string

type SetDeadLineTimeEvent

type SetDeadLineTimeEvent struct {
	IssueId      string `protobuf:"bytes,1,opt,name=issueId,proto3" json:"issueId,omitempty"`
	IssueType    int32  `protobuf:"varint,2,opt,name=issueType,proto3" json:"issueType,omitempty"`
	Title        string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	DeadLineTime int64  `protobuf:"varint,4,opt,name=deadLineTime,proto3" json:"deadLineTime,omitempty"`
	// contains filtered or unexported fields
}

设置底线时间

func (*SetDeadLineTimeEvent) Descriptor deprecated

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

Deprecated: Use SetDeadLineTimeEvent.ProtoReflect.Descriptor instead.

func (*SetDeadLineTimeEvent) GetDeadLineTime

func (x *SetDeadLineTimeEvent) GetDeadLineTime() int64

func (*SetDeadLineTimeEvent) GetIssueId

func (x *SetDeadLineTimeEvent) GetIssueId() string

func (*SetDeadLineTimeEvent) GetIssueType

func (x *SetDeadLineTimeEvent) GetIssueType() int32

func (*SetDeadLineTimeEvent) GetTitle

func (x *SetDeadLineTimeEvent) GetTitle() string

func (*SetDeadLineTimeEvent) ProtoMessage

func (*SetDeadLineTimeEvent) ProtoMessage()

func (*SetDeadLineTimeEvent) ProtoReflect

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

func (*SetDeadLineTimeEvent) Reset

func (x *SetDeadLineTimeEvent) Reset()

func (*SetDeadLineTimeEvent) String

func (x *SetDeadLineTimeEvent) String() string

type SetEndTimeEvent

type SetEndTimeEvent struct {
	IssueId   string `protobuf:"bytes,1,opt,name=issueId,proto3" json:"issueId,omitempty"`
	IssueType int32  `protobuf:"varint,2,opt,name=issueType,proto3" json:"issueType,omitempty"`
	Title     string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	EndTime   int64  `protobuf:"varint,4,opt,name=endTime,proto3" json:"endTime,omitempty"`
	// contains filtered or unexported fields
}

设置结束时间

func (*SetEndTimeEvent) Descriptor deprecated

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

Deprecated: Use SetEndTimeEvent.ProtoReflect.Descriptor instead.

func (*SetEndTimeEvent) GetEndTime

func (x *SetEndTimeEvent) GetEndTime() int64

func (*SetEndTimeEvent) GetIssueId

func (x *SetEndTimeEvent) GetIssueId() string

func (*SetEndTimeEvent) GetIssueType

func (x *SetEndTimeEvent) GetIssueType() int32

func (*SetEndTimeEvent) GetTitle

func (x *SetEndTimeEvent) GetTitle() string

func (*SetEndTimeEvent) ProtoMessage

func (*SetEndTimeEvent) ProtoMessage()

func (*SetEndTimeEvent) ProtoReflect

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

func (*SetEndTimeEvent) Reset

func (x *SetEndTimeEvent) Reset()

func (*SetEndTimeEvent) String

func (x *SetEndTimeEvent) String() string

type SetEstimateMinutesEvent

type SetEstimateMinutesEvent struct {
	IssueId         string `protobuf:"bytes,1,opt,name=issueId,proto3" json:"issueId,omitempty"`
	IssueType       int32  `protobuf:"varint,2,opt,name=issueType,proto3" json:"issueType,omitempty"`
	Title           string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	EstimateMinutes int32  `protobuf:"varint,4,opt,name=estimateMinutes,proto3" json:"estimateMinutes,omitempty"`
	// contains filtered or unexported fields
}

设置预估时间

func (*SetEstimateMinutesEvent) Descriptor deprecated

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

Deprecated: Use SetEstimateMinutesEvent.ProtoReflect.Descriptor instead.

func (*SetEstimateMinutesEvent) GetEstimateMinutes

func (x *SetEstimateMinutesEvent) GetEstimateMinutes() int32

func (*SetEstimateMinutesEvent) GetIssueId

func (x *SetEstimateMinutesEvent) GetIssueId() string

func (*SetEstimateMinutesEvent) GetIssueType

func (x *SetEstimateMinutesEvent) GetIssueType() int32

func (*SetEstimateMinutesEvent) GetTitle

func (x *SetEstimateMinutesEvent) GetTitle() string

func (*SetEstimateMinutesEvent) ProtoMessage

func (*SetEstimateMinutesEvent) ProtoMessage()

func (*SetEstimateMinutesEvent) ProtoReflect

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

func (*SetEstimateMinutesEvent) Reset

func (x *SetEstimateMinutesEvent) Reset()

func (*SetEstimateMinutesEvent) String

func (x *SetEstimateMinutesEvent) String() string

type SetRemainMinutesEvent

type SetRemainMinutesEvent struct {
	IssueId         string `protobuf:"bytes,1,opt,name=issueId,proto3" json:"issueId,omitempty"`
	IssueType       int32  `protobuf:"varint,2,opt,name=issueType,proto3" json:"issueType,omitempty"`
	Title           string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,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 (*SetRemainMinutesEvent) Descriptor deprecated

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

Deprecated: Use SetRemainMinutesEvent.ProtoReflect.Descriptor instead.

func (*SetRemainMinutesEvent) GetHasSpendMinutes

func (x *SetRemainMinutesEvent) GetHasSpendMinutes() bool

func (*SetRemainMinutesEvent) GetIssueId

func (x *SetRemainMinutesEvent) GetIssueId() string

func (*SetRemainMinutesEvent) GetIssueType

func (x *SetRemainMinutesEvent) GetIssueType() int32

func (*SetRemainMinutesEvent) GetRemainMinutes

func (x *SetRemainMinutesEvent) GetRemainMinutes() int32

func (*SetRemainMinutesEvent) GetSpendMinutes

func (x *SetRemainMinutesEvent) GetSpendMinutes() int32

func (*SetRemainMinutesEvent) GetTitle

func (x *SetRemainMinutesEvent) GetTitle() string

func (*SetRemainMinutesEvent) ProtoMessage

func (*SetRemainMinutesEvent) ProtoMessage()

func (*SetRemainMinutesEvent) ProtoReflect

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

func (*SetRemainMinutesEvent) Reset

func (x *SetRemainMinutesEvent) Reset()

func (*SetRemainMinutesEvent) String

func (x *SetRemainMinutesEvent) String() string

type SetStartTimeEvent

type SetStartTimeEvent struct {
	IssueId   string `protobuf:"bytes,1,opt,name=issueId,proto3" json:"issueId,omitempty"`
	IssueType int32  `protobuf:"varint,2,opt,name=issueType,proto3" json:"issueType,omitempty"`
	Title     string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	StartTime int64  `protobuf:"varint,4,opt,name=startTime,proto3" json:"startTime,omitempty"`
	// contains filtered or unexported fields
}

设置开始时间

func (*SetStartTimeEvent) Descriptor deprecated

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

Deprecated: Use SetStartTimeEvent.ProtoReflect.Descriptor instead.

func (*SetStartTimeEvent) GetIssueId

func (x *SetStartTimeEvent) GetIssueId() string

func (*SetStartTimeEvent) GetIssueType

func (x *SetStartTimeEvent) GetIssueType() int32

func (*SetStartTimeEvent) GetStartTime

func (x *SetStartTimeEvent) GetStartTime() int64

func (*SetStartTimeEvent) GetTitle

func (x *SetStartTimeEvent) GetTitle() string

func (*SetStartTimeEvent) ProtoMessage

func (*SetStartTimeEvent) ProtoMessage()

func (*SetStartTimeEvent) ProtoReflect

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

func (*SetStartTimeEvent) Reset

func (x *SetStartTimeEvent) Reset()

func (*SetStartTimeEvent) String

func (x *SetStartTimeEvent) String() string

type TagInfo

type TagInfo 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"`
	// contains filtered or unexported fields
}

func (*TagInfo) Descriptor deprecated

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

Deprecated: Use TagInfo.ProtoReflect.Descriptor instead.

func (*TagInfo) GetTagId

func (x *TagInfo) GetTagId() string

func (*TagInfo) GetTagName

func (x *TagInfo) GetTagName() string

func (*TagInfo) ProtoMessage

func (*TagInfo) ProtoMessage()

func (*TagInfo) ProtoReflect

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

func (*TagInfo) Reset

func (x *TagInfo) Reset()

func (*TagInfo) String

func (x *TagInfo) String() string

type UpdateEvent

type UpdateEvent struct {
	IssueId   string `protobuf:"bytes,1,opt,name=issueId,proto3" json:"issueId,omitempty"`
	IssueType int32  `protobuf:"varint,2,opt,name=issueType,proto3" json:"issueType,omitempty"`
	OldTitle  string `protobuf:"bytes,3,opt,name=oldTitle,proto3" json:"oldTitle,omitempty"`
	NewTitle  string `protobuf:"bytes,4,opt,name=newTitle,proto3" json:"newTitle,omitempty"`
	// contains filtered or unexported fields
}

更新issue

func (*UpdateEvent) Descriptor deprecated

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

Deprecated: Use UpdateEvent.ProtoReflect.Descriptor instead.

func (*UpdateEvent) GetIssueId

func (x *UpdateEvent) GetIssueId() string

func (*UpdateEvent) GetIssueType

func (x *UpdateEvent) GetIssueType() int32

func (*UpdateEvent) GetNewTitle

func (x *UpdateEvent) GetNewTitle() string

func (*UpdateEvent) GetOldTitle

func (x *UpdateEvent) GetOldTitle() string

func (*UpdateEvent) ProtoMessage

func (*UpdateEvent) ProtoMessage()

func (*UpdateEvent) ProtoReflect

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

func (*UpdateEvent) Reset

func (x *UpdateEvent) Reset()

func (*UpdateEvent) String

func (x *UpdateEvent) String() string

type UpdateProcessStageEvent

type UpdateProcessStageEvent struct {
	IssueId   string `protobuf:"bytes,1,opt,name=issueId,proto3" json:"issueId,omitempty"`
	IssueType int32  `protobuf:"varint,2,opt,name=issueType,proto3" json:"issueType,omitempty"`
	Title     string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	OldStage  int32  `protobuf:"varint,4,opt,name=oldStage,proto3" json:"oldStage,omitempty"`
	NewStage  int32  `protobuf:"varint,5,opt,name=newStage,proto3" json:"newStage,omitempty"`
	// contains filtered or unexported fields
}

更新执行状态

func (*UpdateProcessStageEvent) Descriptor deprecated

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

Deprecated: Use UpdateProcessStageEvent.ProtoReflect.Descriptor instead.

func (*UpdateProcessStageEvent) GetIssueId

func (x *UpdateProcessStageEvent) GetIssueId() string

func (*UpdateProcessStageEvent) GetIssueType

func (x *UpdateProcessStageEvent) GetIssueType() int32

func (*UpdateProcessStageEvent) GetNewStage

func (x *UpdateProcessStageEvent) GetNewStage() int32

func (*UpdateProcessStageEvent) GetOldStage

func (x *UpdateProcessStageEvent) GetOldStage() int32

func (*UpdateProcessStageEvent) GetTitle

func (x *UpdateProcessStageEvent) GetTitle() string

func (*UpdateProcessStageEvent) ProtoMessage

func (*UpdateProcessStageEvent) ProtoMessage()

func (*UpdateProcessStageEvent) ProtoReflect

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

func (*UpdateProcessStageEvent) Reset

func (x *UpdateProcessStageEvent) Reset()

func (*UpdateProcessStageEvent) String

func (x *UpdateProcessStageEvent) String() string

type UpdateSubIssueEvent

type UpdateSubIssueEvent struct {
	IssueId    string `protobuf:"bytes,1,opt,name=issueId,proto3" json:"issueId,omitempty"`
	IssueType  int32  `protobuf:"varint,2,opt,name=issueType,proto3" json:"issueType,omitempty"`
	IssueTitle string `protobuf:"bytes,3,opt,name=issueTitle,proto3" json:"issueTitle,omitempty"`
	OldTitle   string `protobuf:"bytes,4,opt,name=oldTitle,proto3" json:"oldTitle,omitempty"`
	NewTitle   string `protobuf:"bytes,5,opt,name=newTitle,proto3" json:"newTitle,omitempty"`
	// contains filtered or unexported fields
}

更新子工单

func (*UpdateSubIssueEvent) Descriptor deprecated

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

Deprecated: Use UpdateSubIssueEvent.ProtoReflect.Descriptor instead.

func (*UpdateSubIssueEvent) GetIssueId

func (x *UpdateSubIssueEvent) GetIssueId() string

func (*UpdateSubIssueEvent) GetIssueTitle

func (x *UpdateSubIssueEvent) GetIssueTitle() string

func (*UpdateSubIssueEvent) GetIssueType

func (x *UpdateSubIssueEvent) GetIssueType() int32

func (*UpdateSubIssueEvent) GetNewTitle

func (x *UpdateSubIssueEvent) GetNewTitle() string

func (*UpdateSubIssueEvent) GetOldTitle

func (x *UpdateSubIssueEvent) GetOldTitle() string

func (*UpdateSubIssueEvent) ProtoMessage

func (*UpdateSubIssueEvent) ProtoMessage()

func (*UpdateSubIssueEvent) ProtoReflect

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

func (*UpdateSubIssueEvent) Reset

func (x *UpdateSubIssueEvent) Reset()

func (*UpdateSubIssueEvent) String

func (x *UpdateSubIssueEvent) String() string

type UpdateSubIssueStateEvent

type UpdateSubIssueStateEvent struct {
	IssueId    string `protobuf:"bytes,1,opt,name=issueId,proto3" json:"issueId,omitempty"`
	IssueType  int32  `protobuf:"varint,2,opt,name=issueType,proto3" json:"issueType,omitempty"`
	IssueTitle string `protobuf:"bytes,3,opt,name=issueTitle,proto3" json:"issueTitle,omitempty"`
	Title      string `protobuf:"bytes,4,opt,name=title,proto3" json:"title,omitempty"`
	Done       bool   `protobuf:"varint,5,opt,name=done,proto3" json:"done,omitempty"`
	// contains filtered or unexported fields
}

更新子工单状态

func (*UpdateSubIssueStateEvent) Descriptor deprecated

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

Deprecated: Use UpdateSubIssueStateEvent.ProtoReflect.Descriptor instead.

func (*UpdateSubIssueStateEvent) GetDone

func (x *UpdateSubIssueStateEvent) GetDone() bool

func (*UpdateSubIssueStateEvent) GetIssueId

func (x *UpdateSubIssueStateEvent) GetIssueId() string

func (*UpdateSubIssueStateEvent) GetIssueTitle

func (x *UpdateSubIssueStateEvent) GetIssueTitle() string

func (*UpdateSubIssueStateEvent) GetIssueType

func (x *UpdateSubIssueStateEvent) GetIssueType() int32

func (*UpdateSubIssueStateEvent) GetTitle

func (x *UpdateSubIssueStateEvent) GetTitle() string

func (*UpdateSubIssueStateEvent) ProtoMessage

func (*UpdateSubIssueStateEvent) ProtoMessage()

func (*UpdateSubIssueStateEvent) ProtoReflect

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

func (*UpdateSubIssueStateEvent) Reset

func (x *UpdateSubIssueStateEvent) Reset()

func (*UpdateSubIssueStateEvent) String

func (x *UpdateSubIssueStateEvent) String() string

type UpdateTagEvent

type UpdateTagEvent struct {
	IssueId    string     `protobuf:"bytes,1,opt,name=issueId,proto3" json:"issueId,omitempty"`
	IssueType  int32      `protobuf:"varint,2,opt,name=issueType,proto3" json:"issueType,omitempty"`
	Title      string     `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	OldTagList []*TagInfo `protobuf:"bytes,4,rep,name=oldTagList,proto3" json:"oldTagList,omitempty"`
	NewTagList []*TagInfo `protobuf:"bytes,5,rep,name=newTagList,proto3" json:"newTagList,omitempty"`
	// contains filtered or unexported fields
}

更新标签

func (*UpdateTagEvent) Descriptor deprecated

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

Deprecated: Use UpdateTagEvent.ProtoReflect.Descriptor instead.

func (*UpdateTagEvent) GetIssueId

func (x *UpdateTagEvent) GetIssueId() string

func (*UpdateTagEvent) GetIssueType

func (x *UpdateTagEvent) GetIssueType() int32

func (*UpdateTagEvent) GetNewTagList

func (x *UpdateTagEvent) GetNewTagList() []*TagInfo

func (*UpdateTagEvent) GetOldTagList

func (x *UpdateTagEvent) GetOldTagList() []*TagInfo

func (*UpdateTagEvent) GetTitle

func (x *UpdateTagEvent) GetTitle() string

func (*UpdateTagEvent) ProtoMessage

func (*UpdateTagEvent) ProtoMessage()

func (*UpdateTagEvent) ProtoReflect

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

func (*UpdateTagEvent) Reset

func (x *UpdateTagEvent) Reset()

func (*UpdateTagEvent) String

func (x *UpdateTagEvent) String() string

Source Files

  • events_issue.pb.go

Jump to

Keyboard shortcuts

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