Versions in this module Expand all Collapse all v2 v2.0.1 Mar 30, 2022 Changes in this version + type HasScanMsg struct + Field_1 string + Scan string + func (*HasScanMsg) Descriptor() ([]byte, []int) + func (*HasScanMsg) ProtoMessage() + func (msg *HasScanMsg) MarshalJSON() ([]byte, error) + func (msg *HasScanMsg) UnmarshalJSON(b []byte) error + func (x *HasScanMsg) GetField_1() string + func (x *HasScanMsg) GetScan() string + func (x *HasScanMsg) ProtoReflect() protoreflect.Message + func (x *HasScanMsg) Reset() + func (x *HasScanMsg) String() string + type HasValueMsg struct + Field_1 string + Value string + func (*HasValueMsg) Descriptor() ([]byte, []int) + func (*HasValueMsg) ProtoMessage() + func (msg *HasValueMsg) MarshalJSON() ([]byte, error) + func (msg *HasValueMsg) UnmarshalJSON(b []byte) error + func (x *HasValueMsg) GetField_1() string + func (x *HasValueMsg) GetValue() string + func (x *HasValueMsg) ProtoReflect() protoreflect.Message + func (x *HasValueMsg) Reset() + func (x *HasValueMsg) String() string v2.0.0 Mar 30, 2022 Changes in this version + var E2E_ServiceDesc = grpc.ServiceDesc + var File_e2e_e2e_proto protoreflect.FileDescriptor + var File_e2e_e2e_service_proto protoreflect.FileDescriptor + func RegisterE2EServer(s grpc.ServiceRegistrar, srv E2EServer) + 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) Scan(src interface{}) error + func (msg *Basic) UnmarshalJSON(b []byte) error + func (msg Basic) Value() (driver.Value, 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 E2EClient interface + Hello func(ctx context.Context, in *Basic, opts ...grpc.CallOption) (*Basic, error) + func NewE2EClient(cc grpc.ClientConnInterface) E2EClient + type E2EServer interface + Hello func(context.Context, *Basic) (*Basic, error) + type Nested struct + func (*Nested) Descriptor() ([]byte, []int) + func (*Nested) ProtoMessage() + func (msg *Nested) MarshalJSON() ([]byte, error) + func (msg *Nested) Scan(src interface{}) error + func (msg *Nested) UnmarshalJSON(b []byte) error + func (msg Nested) Value() (driver.Value, 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) Scan(src interface{}) error + func (msg *Nested_Message) UnmarshalJSON(b []byte) error + func (msg Nested_Message) Value() (driver.Value, 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 + type UnimplementedE2EServer struct + func (UnimplementedE2EServer) Hello(context.Context, *Basic) (*Basic, error) + type UnsafeE2EServer interface Other modules containing this package github.com/yxlimo/protoc-gen-go-json