Versions in this module Expand all Collapse all v1 v1.3.3 Feb 5, 2020 v1.3.2 Feb 5, 2020 Changes in this version + const MetadataFailEarly + const MetadataFailLate + const MetadataReplyHeaders + const MetadataReplyTrailers + type TestServer struct + func (TestServer) EmptyCall(ctx context.Context, req *grpc_testing.Empty) (*grpc_testing.Empty, error) + func (TestServer) FullDuplexCall(str grpc_testing.TestService_FullDuplexCallServer) error + func (TestServer) HalfDuplexCall(str grpc_testing.TestService_HalfDuplexCallServer) error + func (TestServer) StreamingInputCall(str grpc_testing.TestService_StreamingInputCallServer) error + func (TestServer) StreamingOutputCall(req *grpc_testing.StreamingOutputCallRequest, ...) error + func (TestServer) UnaryCall(ctx context.Context, req *grpc_testing.SimpleRequest) (*grpc_testing.SimpleResponse, error)