Versions in this module Expand all Collapse all v0 v0.10.0 Nov 15, 2019 v0.9.0 Jun 24, 2019 Changes in this version type TestRequest + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (m *TestRequest) XXX_DiscardUnknown() + func (m *TestRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TestRequest) XXX_Merge(src proto.Message) + func (m *TestRequest) XXX_Size() int + func (m *TestRequest) XXX_Unmarshal(b []byte) error type TestResponse + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (m *TestResponse) XXX_DiscardUnknown() + func (m *TestResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TestResponse) XXX_Merge(src proto.Message) + func (m *TestResponse) XXX_Size() int + func (m *TestResponse) XXX_Unmarshal(b []byte) error v0.8.0 Nov 8, 2018 v0.7.0 Mar 19, 2018 v0.6.0 Oct 3, 2017 v0.5.0 Jun 8, 2017 v0.4.0 Mar 6, 2017 Changes in this version + func RegisterTestServer(s *grpc.Server, srv TestServer) + type TestClient interface + Test func(ctx context.Context, in *TestRequest, opts ...grpc.CallOption) (*TestResponse, error) + func NewTestClient(cc *grpc.ClientConn) TestClient + type TestRequest struct + A string + B int64 + func (*TestRequest) Descriptor() ([]byte, []int) + func (*TestRequest) ProtoMessage() + func (m *TestRequest) GetA() string + func (m *TestRequest) GetB() int64 + func (m *TestRequest) Reset() + func (m *TestRequest) String() string + type TestResponse struct + V string + func (*TestResponse) Descriptor() ([]byte, []int) + func (*TestResponse) ProtoMessage() + func (m *TestResponse) GetV() string + func (m *TestResponse) Reset() + func (m *TestResponse) String() string + type TestServer interface + Test func(context.Context, *TestRequest) (*TestResponse, error)