Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_conjure_go_contract_codecs_internal_gopb_example_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type TestMessage ¶
type TestMessage struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*TestMessage) Descriptor
deprecated
func (*TestMessage) Descriptor() ([]byte, []int)
Deprecated: Use TestMessage.ProtoReflect.Descriptor instead.
func (*TestMessage) GetKey ¶
func (x *TestMessage) GetKey() string
func (*TestMessage) GetValue ¶
func (x *TestMessage) GetValue() string
func (*TestMessage) ProtoMessage ¶
func (*TestMessage) ProtoMessage()
func (*TestMessage) ProtoReflect ¶
func (x *TestMessage) ProtoReflect() protoreflect.Message
func (*TestMessage) Reset ¶
func (x *TestMessage) Reset()
func (*TestMessage) String ¶
func (x *TestMessage) String() string
Click to show internal directories.
Click to hide internal directories.