Versions in this module Expand all Collapse all v0 v0.6.0 Aug 10, 2022 v0.5.0 Aug 10, 2022 Changes in this version + var File_common_proto protoreflect.FileDescriptor + var File_hello_proto protoreflect.FileDescriptor + var ProtoSetCommon []byte + var ProtoSetHello []byte + var StreamGreeter_ServiceDesc = grpc.ServiceDesc + func RegisterStreamGreeterServer(s grpc.ServiceRegistrar, srv StreamGreeterServer) + type CommonReq struct + Id string + func (*CommonReq) Descriptor() ([]byte, []int) + func (*CommonReq) ProtoMessage() + func (x *CommonReq) GetId() string + func (x *CommonReq) ProtoReflect() protoreflect.Message + func (x *CommonReq) Reset() + func (x *CommonReq) String() string + type StreamGreeterClient interface + Greet func(ctx context.Context, in *StreamReq, opts ...grpc.CallOption) (*StreamResp, error) + func NewStreamGreeterClient(cc grpc.ClientConnInterface) StreamGreeterClient + type StreamGreeterServer interface + Greet func(context.Context, *StreamReq) (*StreamResp, error) + type StreamReq struct + Common *CommonReq + Ip string + Name string + func (*StreamReq) Descriptor() ([]byte, []int) + func (*StreamReq) ProtoMessage() + func (x *StreamReq) GetCommon() *CommonReq + func (x *StreamReq) GetIp() string + func (x *StreamReq) GetName() string + func (x *StreamReq) ProtoReflect() protoreflect.Message + func (x *StreamReq) Reset() + func (x *StreamReq) String() string + type StreamResp struct + FailedReason string + Greet string + func (*StreamResp) Descriptor() ([]byte, []int) + func (*StreamResp) ProtoMessage() + func (x *StreamResp) GetFailedReason() string + func (x *StreamResp) GetGreet() string + func (x *StreamResp) ProtoReflect() protoreflect.Message + func (x *StreamResp) Reset() + func (x *StreamResp) String() string + type UnimplementedStreamGreeterServer struct + func (UnimplementedStreamGreeterServer) Greet(context.Context, *StreamReq) (*StreamResp, error) + type UnsafeStreamGreeterServer interface