Versions in this module Expand all Collapse all v1 v1.0.5 Dec 2, 2016 Changes in this version + func RegisterTestServiceServer(s *grpc.Server, srv TestServiceServer) + type SimpleRequest struct + Id int32 + func (*SimpleRequest) Descriptor() ([]byte, []int) + func (*SimpleRequest) ProtoMessage() + func (m *SimpleRequest) Reset() + func (m *SimpleRequest) String() string + type SimpleResponse struct + Id int32 + func (*SimpleResponse) Descriptor() ([]byte, []int) + func (*SimpleResponse) ProtoMessage() + func (m *SimpleResponse) Reset() + func (m *SimpleResponse) String() string + type TestServiceClient interface + FullDuplexCall func(ctx context.Context, opts ...grpc.CallOption) (TestService_FullDuplexCallClient, error) + UnaryCall func(ctx context.Context, in *SimpleRequest, opts ...grpc.CallOption) (*SimpleResponse, error) + func NewTestServiceClient(cc *grpc.ClientConn) TestServiceClient + type TestServiceServer interface + FullDuplexCall func(TestService_FullDuplexCallServer) error + UnaryCall func(context.Context, *SimpleRequest) (*SimpleResponse, error) + type TestService_FullDuplexCallClient interface + Recv func() (*SimpleResponse, error) + Send func(*SimpleRequest) error + type TestService_FullDuplexCallServer interface + Recv func() (*SimpleRequest, error) + Send func(*SimpleResponse) error