Documentation ¶ Index ¶ func Setup() *grpc.Server type MyrpcServer func (s *MyrpcServer) Ping(ctx context.Context, req *bar.Request) (*bar.Response, error) func (s *MyrpcServer) Pong(ctx context.Context, req *bar.Request) (*bar.Response, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Setup ¶ func Setup() *grpc.Server Types ¶ type MyrpcServer ¶ type MyrpcServer struct { bar.UnimplementedMyrpcServer } func (*MyrpcServer) Ping ¶ func (s *MyrpcServer) Ping(ctx context.Context, req *bar.Request) (*bar.Response, error) func (*MyrpcServer) Pong ¶ added in v1.4.5 func (s *MyrpcServer) Pong(ctx context.Context, req *bar.Request) (*bar.Response, error) Pong pong comment Source Files ¶ View all Source files server.go setup.go Click to show internal directories. Click to hide internal directories.