Documentation
¶
Index ¶
- Variables
- type CreateIssueNotice
- func (*CreateIssueNotice) Descriptor() ([]byte, []int)deprecated
- func (x *CreateIssueNotice) GetIssueId() string
- func (x *CreateIssueNotice) GetTeamId() string
- func (*CreateIssueNotice) ProtoMessage()
- func (x *CreateIssueNotice) ProtoReflect() protoreflect.Message
- func (x *CreateIssueNotice) Reset()
- func (x *CreateIssueNotice) String() string
- type IssueAttrDefineChangeNotice
- func (*IssueAttrDefineChangeNotice) Descriptor() ([]byte, []int)deprecated
- func (x *IssueAttrDefineChangeNotice) GetTeamId() string
- func (*IssueAttrDefineChangeNotice) ProtoMessage()
- func (x *IssueAttrDefineChangeNotice) ProtoReflect() protoreflect.Message
- func (x *IssueAttrDefineChangeNotice) Reset()
- func (x *IssueAttrDefineChangeNotice) String() string
- type IssueStageDefineChangeNotice
- func (*IssueStageDefineChangeNotice) Descriptor() ([]byte, []int)deprecated
- func (x *IssueStageDefineChangeNotice) GetTeamId() string
- func (*IssueStageDefineChangeNotice) ProtoMessage()
- func (x *IssueStageDefineChangeNotice) ProtoReflect() protoreflect.Message
- func (x *IssueStageDefineChangeNotice) Reset()
- func (x *IssueStageDefineChangeNotice) String() string
- type IssueTypeDefineChangeNotice
- func (*IssueTypeDefineChangeNotice) Descriptor() ([]byte, []int)deprecated
- func (x *IssueTypeDefineChangeNotice) GetTeamId() string
- func (*IssueTypeDefineChangeNotice) ProtoMessage()
- func (x *IssueTypeDefineChangeNotice) ProtoReflect() protoreflect.Message
- func (x *IssueTypeDefineChangeNotice) Reset()
- func (x *IssueTypeDefineChangeNotice) String() string
- type RemoveIssueNotice
- func (*RemoveIssueNotice) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveIssueNotice) GetIssueId() string
- func (x *RemoveIssueNotice) GetTeamId() string
- func (*RemoveIssueNotice) ProtoMessage()
- func (x *RemoveIssueNotice) ProtoReflect() protoreflect.Message
- func (x *RemoveIssueNotice) Reset()
- func (x *RemoveIssueNotice) String() string
- type UpdateIssueNotice
- func (*UpdateIssueNotice) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateIssueNotice) GetIssueId() string
- func (x *UpdateIssueNotice) GetTeamId() string
- func (*UpdateIssueNotice) ProtoMessage()
- func (x *UpdateIssueNotice) ProtoReflect() protoreflect.Message
- func (x *UpdateIssueNotice) Reset()
- func (x *UpdateIssueNotice) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_notices_issue_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type CreateIssueNotice ¶
type CreateIssueNotice struct { TeamId string `protobuf:"bytes,1,opt,name=teamId,proto3" json:"teamId,omitempty"` IssueId string `protobuf:"bytes,2,opt,name=issueId,proto3" json:"issueId,omitempty"` // contains filtered or unexported fields }
创建议题
func (*CreateIssueNotice) Descriptor
deprecated
func (*CreateIssueNotice) Descriptor() ([]byte, []int)
Deprecated: Use CreateIssueNotice.ProtoReflect.Descriptor instead.
func (*CreateIssueNotice) GetIssueId ¶
func (x *CreateIssueNotice) GetIssueId() string
func (*CreateIssueNotice) GetTeamId ¶
func (x *CreateIssueNotice) GetTeamId() string
func (*CreateIssueNotice) ProtoMessage ¶
func (*CreateIssueNotice) ProtoMessage()
func (*CreateIssueNotice) ProtoReflect ¶
func (x *CreateIssueNotice) ProtoReflect() protoreflect.Message
func (*CreateIssueNotice) Reset ¶
func (x *CreateIssueNotice) Reset()
func (*CreateIssueNotice) String ¶
func (x *CreateIssueNotice) String() string
type IssueAttrDefineChangeNotice ¶
type IssueAttrDefineChangeNotice struct { TeamId string `protobuf:"bytes,1,opt,name=teamId,proto3" json:"teamId,omitempty"` // contains filtered or unexported fields }
议题属性定义变化,包含新增/更新/删除
func (*IssueAttrDefineChangeNotice) Descriptor
deprecated
func (*IssueAttrDefineChangeNotice) Descriptor() ([]byte, []int)
Deprecated: Use IssueAttrDefineChangeNotice.ProtoReflect.Descriptor instead.
func (*IssueAttrDefineChangeNotice) GetTeamId ¶
func (x *IssueAttrDefineChangeNotice) GetTeamId() string
func (*IssueAttrDefineChangeNotice) ProtoMessage ¶
func (*IssueAttrDefineChangeNotice) ProtoMessage()
func (*IssueAttrDefineChangeNotice) ProtoReflect ¶
func (x *IssueAttrDefineChangeNotice) ProtoReflect() protoreflect.Message
func (*IssueAttrDefineChangeNotice) Reset ¶
func (x *IssueAttrDefineChangeNotice) Reset()
func (*IssueAttrDefineChangeNotice) String ¶
func (x *IssueAttrDefineChangeNotice) String() string
type IssueStageDefineChangeNotice ¶
type IssueStageDefineChangeNotice struct { TeamId string `protobuf:"bytes,1,opt,name=teamId,proto3" json:"teamId,omitempty"` // contains filtered or unexported fields }
议题阶段定义变化,包含新增/更新/删除
func (*IssueStageDefineChangeNotice) Descriptor
deprecated
func (*IssueStageDefineChangeNotice) Descriptor() ([]byte, []int)
Deprecated: Use IssueStageDefineChangeNotice.ProtoReflect.Descriptor instead.
func (*IssueStageDefineChangeNotice) GetTeamId ¶
func (x *IssueStageDefineChangeNotice) GetTeamId() string
func (*IssueStageDefineChangeNotice) ProtoMessage ¶
func (*IssueStageDefineChangeNotice) ProtoMessage()
func (*IssueStageDefineChangeNotice) ProtoReflect ¶
func (x *IssueStageDefineChangeNotice) ProtoReflect() protoreflect.Message
func (*IssueStageDefineChangeNotice) Reset ¶
func (x *IssueStageDefineChangeNotice) Reset()
func (*IssueStageDefineChangeNotice) String ¶
func (x *IssueStageDefineChangeNotice) String() string
type IssueTypeDefineChangeNotice ¶
type IssueTypeDefineChangeNotice struct { TeamId string `protobuf:"bytes,1,opt,name=teamId,proto3" json:"teamId,omitempty"` // contains filtered or unexported fields }
议题类型定义变化,包含新增/更新/删除
func (*IssueTypeDefineChangeNotice) Descriptor
deprecated
func (*IssueTypeDefineChangeNotice) Descriptor() ([]byte, []int)
Deprecated: Use IssueTypeDefineChangeNotice.ProtoReflect.Descriptor instead.
func (*IssueTypeDefineChangeNotice) GetTeamId ¶
func (x *IssueTypeDefineChangeNotice) GetTeamId() string
func (*IssueTypeDefineChangeNotice) ProtoMessage ¶
func (*IssueTypeDefineChangeNotice) ProtoMessage()
func (*IssueTypeDefineChangeNotice) ProtoReflect ¶
func (x *IssueTypeDefineChangeNotice) ProtoReflect() protoreflect.Message
func (*IssueTypeDefineChangeNotice) Reset ¶
func (x *IssueTypeDefineChangeNotice) Reset()
func (*IssueTypeDefineChangeNotice) String ¶
func (x *IssueTypeDefineChangeNotice) String() string
type RemoveIssueNotice ¶
type RemoveIssueNotice struct { TeamId string `protobuf:"bytes,1,opt,name=teamId,proto3" json:"teamId,omitempty"` IssueId string `protobuf:"bytes,2,opt,name=issueId,proto3" json:"issueId,omitempty"` // contains filtered or unexported fields }
删除议题
func (*RemoveIssueNotice) Descriptor
deprecated
func (*RemoveIssueNotice) Descriptor() ([]byte, []int)
Deprecated: Use RemoveIssueNotice.ProtoReflect.Descriptor instead.
func (*RemoveIssueNotice) GetIssueId ¶
func (x *RemoveIssueNotice) GetIssueId() string
func (*RemoveIssueNotice) GetTeamId ¶
func (x *RemoveIssueNotice) GetTeamId() string
func (*RemoveIssueNotice) ProtoMessage ¶
func (*RemoveIssueNotice) ProtoMessage()
func (*RemoveIssueNotice) ProtoReflect ¶
func (x *RemoveIssueNotice) ProtoReflect() protoreflect.Message
func (*RemoveIssueNotice) Reset ¶
func (x *RemoveIssueNotice) Reset()
func (*RemoveIssueNotice) String ¶
func (x *RemoveIssueNotice) String() string
type UpdateIssueNotice ¶
type UpdateIssueNotice struct { TeamId string `protobuf:"bytes,1,opt,name=teamId,proto3" json:"teamId,omitempty"` IssueId string `protobuf:"bytes,2,opt,name=issueId,proto3" json:"issueId,omitempty"` // contains filtered or unexported fields }
更新议题
func (*UpdateIssueNotice) Descriptor
deprecated
func (*UpdateIssueNotice) Descriptor() ([]byte, []int)
Deprecated: Use UpdateIssueNotice.ProtoReflect.Descriptor instead.
func (*UpdateIssueNotice) GetIssueId ¶
func (x *UpdateIssueNotice) GetIssueId() string
func (*UpdateIssueNotice) GetTeamId ¶
func (x *UpdateIssueNotice) GetTeamId() string
func (*UpdateIssueNotice) ProtoMessage ¶
func (*UpdateIssueNotice) ProtoMessage()
func (*UpdateIssueNotice) ProtoReflect ¶
func (x *UpdateIssueNotice) ProtoReflect() protoreflect.Message
func (*UpdateIssueNotice) Reset ¶
func (x *UpdateIssueNotice) Reset()
func (*UpdateIssueNotice) String ¶
func (x *UpdateIssueNotice) String() string
Click to show internal directories.
Click to hide internal directories.