Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // See `MQ`. // // optional kmq.v1.options.MQ mq = 980319; E_Mq = &file_kmq_v1_options_annotations_proto_extTypes[0] )
Extension fields to descriptorpb.MethodOptions.
View Source
var File_kmq_v1_options_annotations_proto protoreflect.FileDescriptor
View Source
var File_kmq_v1_options_mq_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type MQ ¶
type MQ struct { Subscribes []*MQ_Group `protobuf:"bytes,1,rep,name=subscribes,proto3" json:"subscribes,omitempty"` // contains filtered or unexported fields }
func (*MQ) Descriptor
deprecated
func (*MQ) GetSubscribes ¶
func (*MQ) ProtoMessage ¶
func (*MQ) ProtoMessage()
func (*MQ) ProtoReflect ¶
func (x *MQ) ProtoReflect() protoreflect.Message
type MQ_Group ¶
type MQ_Group struct { Topic string `protobuf:"bytes,1,opt,name=topic,proto3" json:"topic,omitempty"` Channel string `protobuf:"bytes,2,opt,name=channel,proto3" json:"channel,omitempty"` // contains filtered or unexported fields }
func (*MQ_Group) Descriptor
deprecated
func (*MQ_Group) GetChannel ¶
func (*MQ_Group) ProtoMessage ¶
func (*MQ_Group) ProtoMessage()
func (*MQ_Group) ProtoReflect ¶
func (x *MQ_Group) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.