notices_issue

package
v0.0.0-...-181341f Latest Latest
Warning

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

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

Documentation

Index

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 (*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 (*IssueStageDefineChangeNotice) Reset

func (x *IssueStageDefineChangeNotice) Reset()

func (*IssueStageDefineChangeNotice) 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 (*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

Jump to

Keyboard shortcuts

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