Versions in this module Expand all Collapse all v0 v0.12.2 Jun 26, 2024 Changes in this version + var File_hello_proto protoreflect.FileDescriptor + var File_hi_proto protoreflect.FileDescriptor + type Foo struct + Name string + Names []string + Value int32 + func (*Foo) Descriptor() ([]byte, []int) + func (*Foo) ProtoMessage() + func (x *Foo) GetName() string + func (x *Foo) GetNames() []string + func (x *Foo) GetValue() int32 + func (x *Foo) ProtoReflect() protoreflect.Message + func (x *Foo) Reset() + func (x *Foo) String() string + type HiContent struct + Content string + Id int32 + func (*HiContent) Descriptor() ([]byte, []int) + func (*HiContent) ProtoMessage() + func (x *HiContent) GetContent() string + func (x *HiContent) GetId() int32 + func (x *HiContent) ProtoReflect() protoreflect.Message + func (x *HiContent) Reset() + func (x *HiContent) String() string + type Test struct + Foo *Foo + HiContent *HiContent + Msf string + Num int32 + func (*Test) Descriptor() ([]byte, []int) + func (*Test) ProtoMessage() + func (x *Test) GetFoo() *Foo + func (x *Test) GetHiContent() *HiContent + func (x *Test) GetMsf() string + func (x *Test) GetNum() int32 + func (x *Test) ProtoReflect() protoreflect.Message + func (x *Test) Reset() + func (x *Test) String() string