Versions in this module Expand all Collapse all v1 v1.4.2 Jun 22, 2017 v1.4.1 Jun 14, 2017 v1.4.0 Jun 7, 2017 Changes in this version type SimpleRequest + func (m *SimpleRequest) GetId() int32 type SimpleResponse + func (m *SimpleResponse) GetId() int32 type TestServiceClient + ClientStreamCall func(ctx context.Context, opts ...grpc.CallOption) (TestService_ClientStreamCallClient, error) + ServerStreamCall func(ctx context.Context, in *SimpleRequest, opts ...grpc.CallOption) (TestService_ServerStreamCallClient, error) type TestServiceServer + ClientStreamCall func(TestService_ClientStreamCallServer) error + ServerStreamCall func(*SimpleRequest, TestService_ServerStreamCallServer) error + type TestService_ClientStreamCallClient interface + CloseAndRecv func() (*SimpleResponse, error) + Send func(*SimpleRequest) error + type TestService_ClientStreamCallServer interface + Recv func() (*SimpleRequest, error) + SendAndClose func(*SimpleResponse) error + type TestService_ServerStreamCallClient interface + Recv func() (*SimpleResponse, error) + type TestService_ServerStreamCallServer interface + Send func(*SimpleResponse) error v1.3.0 Apr 28, 2017 v1.2.1 Apr 7, 2017 v1.2.0 Mar 14, 2017 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