Documentation ¶
Overview ¶
Code generated by protoc-gen-go-pulsar. DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_cosmos_base_kv_v1beta1_kv_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Pair ¶
type Pair struct { Key []byte `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Value []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
Pair defines a key/value bytes tuple.
func (*Pair) Descriptor
deprecated
func (*Pair) ProtoMessage ¶
func (*Pair) ProtoMessage()
func (*Pair) ProtoReflect ¶
func (x *Pair) ProtoReflect() protoreflect.Message
type Pairs ¶
type Pairs struct { Pairs []*Pair `protobuf:"bytes,1,rep,name=pairs,proto3" json:"pairs,omitempty"` // contains filtered or unexported fields }
Pairs defines a repeated slice of Pair objects.
func (*Pairs) Descriptor
deprecated
func (*Pairs) ProtoMessage ¶
func (*Pairs) ProtoMessage()
func (*Pairs) ProtoReflect ¶
func (x *Pairs) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.