Versions in this module Expand all Collapse all v0 v0.1.0 Nov 8, 2022 Changes in this version + var File_e2e_proto protoreflect.FileDescriptor + var File_e2e_service_proto protoreflect.FileDescriptor + type Basic struct + A string + B isBasic_B + Map map[string]string + func (*Basic) Descriptor() ([]byte, []int) + func (*Basic) ProtoMessage() + func (m *Basic) GetB() isBasic_B + func (msg *Basic) MarshalJSON() ([]byte, error) + func (msg *Basic) UnmarshalJSON(b []byte) error + func (x *Basic) GetA() string + func (x *Basic) GetInt() int32 + func (x *Basic) GetMap() map[string]string + func (x *Basic) GetStr() string + func (x *Basic) ProtoReflect() protoreflect.Message + func (x *Basic) Reset() + func (x *Basic) String() string + type Basic_Int struct + Int int32 + type Basic_Str struct + Str string + type Nested struct + func (*Nested) Descriptor() ([]byte, []int) + func (*Nested) ProtoMessage() + func (msg *Nested) MarshalJSON() ([]byte, error) + func (msg *Nested) UnmarshalJSON(b []byte) error + func (x *Nested) ProtoReflect() protoreflect.Message + func (x *Nested) Reset() + func (x *Nested) String() string + type Nested_Message struct + Basic *Basic + func (*Nested_Message) Descriptor() ([]byte, []int) + func (*Nested_Message) ProtoMessage() + func (msg *Nested_Message) MarshalJSON() ([]byte, error) + func (msg *Nested_Message) UnmarshalJSON(b []byte) error + func (x *Nested_Message) GetBasic() *Basic + func (x *Nested_Message) ProtoReflect() protoreflect.Message + func (x *Nested_Message) Reset() + func (x *Nested_Message) String() string