Versions in this module Expand all Collapse all v1 v1.0.0 Jan 28, 2018 Changes in this version + type GRPCService struct + func NewGRPCService() *GRPCService + func (s *GRPCService) Echo(ctx context.Context, in *pb.SendRequest) (*pb.EchoResponse, error) + func (s *GRPCService) Large(ctx context.Context, in *pb.LargeRequest) (*pb.EchoResponse, error) + func (s *GRPCService) RegisterServer(grpc *grpc.Server) + func (s *GRPCService) Send(ctx context.Context, in *pb.SendRequest) (*pb.TestResponse, error) + func (s *GRPCService) Stream(stream pb.TestService_StreamServer) error + type Service struct + func NewService() *Service + func (s *Service) Echo(ctx context.Context, in *pb.SendRequest) (*pb.EchoResponse, error) + func (s *Service) Large(ctx context.Context, in *pb.LargeRequest) (*pb.EchoResponse, error) + func (s *Service) RegisterHandler(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) error + func (s *Service) RegisterServer(grpc *grpc.Server) + func (s *Service) Send(ctx context.Context, in *pb.SendRequest) (*pb.TestResponse, error) + func (s *Service) Stream(stream pb.TestService_StreamServer) error Incompatible versions in this module v2.1.1+incompatible Aug 12, 2018 v2.1.0+incompatible Jul 21, 2018 v2.0.0+incompatible Mar 6, 2018