SYMBOL INDEX (15 symbols across 4 files) FILE: sample-apps/grpc-greeter-go/client/client.go constant defaultName (line 43) | defaultName = "world" constant timeout (line 44) | timeout = 5 * time.Second function main (line 47) | func main() { FILE: sample-apps/grpc-greeter-go/server/server.go type greeterServer (line 46) | type greeterServer struct method SayHello (line 51) | func (s *greeterServer) SayHello(ctx context.Context, in *pb.HelloRequ... type healthServer (line 65) | type healthServer struct method Check (line 68) | func (s *healthServer) Check(ctx context.Context, in *healthpb.HealthC... method Watch (line 74) | func (s *healthServer) Watch(in *healthpb.HealthCheckRequest, srv heal... function main (line 78) | func main() { FILE: sample-apps/helloserver/loadgen/loadgen.py function exception_handler (line 22) | def exception_handler(request, exception): function callserver (line 26) | def callserver(): FILE: sample-apps/helloserver/server/server.py class S (line 20) | class S(BaseHTTPRequestHandler): method _set_response (line 21) | def _set_response(self): method do_GET (line 26) | def do_GET(self): function run (line 32) | def run(server_class=HTTPServer, handler_class=S, port=8080):