Documentation ¶
Index ¶
- type HelloServiceServer
- func (s *HelloServiceServer) RegisterGrpc(sr grpc.ServiceRegistrar) error
- func (s *HelloServiceServer) RegisterGrpcProxy(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func (s *HelloServiceServer) SayHello(ctx context.Context, request *hello_world_v1.SayHelloRequest) (*hello_world_v1.SayHelloResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HelloServiceServer ¶
type HelloServiceServer struct { // Required to have revese compatability hello_world_v1.UnimplementedHelloServiceServer // contains filtered or unexported fields }
func New ¶
func New() *HelloServiceServer
func (*HelloServiceServer) RegisterGrpc ¶
func (s *HelloServiceServer) RegisterGrpc(sr grpc.ServiceRegistrar) error
RegisterGrpc - HealthServiceServer's method to registrate gRPC service server handlers
func (*HelloServiceServer) RegisterGrpcProxy ¶
func (s *HelloServiceServer) RegisterGrpcProxy(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
RegisterGrpcProxy - HealthServiceServer's method to registrate gRPC proxy service server handlers
func (*HelloServiceServer) SayHello ¶
func (s *HelloServiceServer) SayHello(ctx context.Context, request *hello_world_v1.SayHelloRequest) (*hello_world_v1.SayHelloResponse, error)
Click to show internal directories.
Click to hide internal directories.