Versions in this module Expand all Collapse all v1 v1.0.1 Sep 5, 2020 Changes in this version + func StartServer(interceptor grpc.UnaryServerInterceptor) + type TestClient struct + ExampleInvalidReq *pb.TestMessage + ExampleReq *pb.TestMessage + func GetClient() *TestClient + func (c *TestClient) SendErr() (*pb.TestMessage, error) + func (c *TestClient) SendReq() (*pb.TestMessage, error) + type TestServer struct + func (s *TestServer) TestUnary(ctx context.Context, t *pb.TestMessage) (*pb.TestMessage, error)