Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PingServer ¶
type PingServer struct {
proto.UnimplementedPingServiceServer
}
func NewPingServer ¶
func NewPingServer() *PingServer
func (*PingServer) Ping ¶
func (server *PingServer) Ping( ctx context.Context, req *proto.PingRequest, ) (*proto.PingResponse, error)
Ping its unary rpc for pinging
Click to show internal directories.
Click to hide internal directories.