Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_go_jsonformat_internal_accessor_accessor_test_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type StringList ¶
type StringList struct { // The list of strings Strings []string `protobuf:"bytes,1,rep,name=strings" json:"strings,omitempty"` // contains filtered or unexported fields }
StringList is a merely a list of strings which is supposed to be used only in proto accessor test.
func (*StringList) Descriptor
deprecated
func (*StringList) Descriptor() ([]byte, []int)
Deprecated: Use StringList.ProtoReflect.Descriptor instead.
func (*StringList) GetStrings ¶
func (x *StringList) GetStrings() []string
func (*StringList) ProtoMessage ¶
func (*StringList) ProtoMessage()
func (*StringList) ProtoReflect ¶
func (x *StringList) ProtoReflect() protoreflect.Message
func (*StringList) Reset ¶
func (x *StringList) Reset()
func (*StringList) String ¶
func (x *StringList) String() string
Click to show internal directories.
Click to hide internal directories.