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) ProtoReflect ¶
func (x *Pair) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.