Documentation
¶
Index ¶
- Variables
- type MQTTRule
- func (*MQTTRule) Descriptor() ([]byte, []int)deprecated
- func (x *MQTTRule) GetQos() int32
- func (x *MQTTRule) GetReplyQos() int32
- func (x *MQTTRule) GetReplyRetain() bool
- func (x *MQTTRule) GetReplyTopic() string
- func (x *MQTTRule) GetRetain() bool
- func (x *MQTTRule) GetTopic() string
- func (*MQTTRule) ProtoMessage()
- func (x *MQTTRule) ProtoReflect() protoreflect.Message
- func (x *MQTTRule) Reset()
- func (x *MQTTRule) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // See `MQTTRule`. // // optional mq.MQTTRule mqtt = 7229572; E_Mqtt = &file_mq_mqtt_proto_extTypes[0] )
Extension fields to descriptorpb.MethodOptions.
View Source
var File_mq_mqtt_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type MQTTRule ¶
type MQTTRule struct { // topic Topic string `protobuf:"bytes,1,opt,name=topic,proto3" json:"topic,omitempty"` // qos Qos int32 `protobuf:"varint,2,opt,name=qos,proto3" json:"qos,omitempty"` // retain Retain bool `protobuf:"varint,3,opt,name=retain,proto3" json:"retain,omitempty"` // reply topic ReplyTopic string `protobuf:"bytes,4,opt,name=reply_topic,json=replyTopic,proto3" json:"reply_topic,omitempty"` // reply qos ReplyQos int32 `protobuf:"varint,5,opt,name=reply_qos,json=replyQos,proto3" json:"reply_qos,omitempty"` // reply retain ReplyRetain bool `protobuf:"varint,6,opt,name=reply_retain,json=replyRetain,proto3" json:"reply_retain,omitempty"` // contains filtered or unexported fields }
func (*MQTTRule) Descriptor
deprecated
func (*MQTTRule) GetReplyQos ¶
func (*MQTTRule) GetReplyRetain ¶
func (*MQTTRule) GetReplyTopic ¶
func (*MQTTRule) ProtoMessage ¶
func (*MQTTRule) ProtoMessage()
func (*MQTTRule) ProtoReflect ¶
func (x *MQTTRule) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.