#include <iostream>#include <memory>#include <string>#include "absl/flags/flag.h"#include "absl/flags/parse.h"#include <grpcpp/grpcpp.h>#include "helloworld.grpc.pb.h"
Go to the source code of this file.
Classes | |
| class | GreeterClient |
Functions | |
| ABSL_FLAG (bool, secure, true, "Secure mode") | |
| ABSL_FLAG (std::string, target, "xds:///helloworld:50051", "Target string") | |
| int | main (int argc, char **argv) |
| ABSL_FLAG | ( | std::string | , |
| target | |||
| ) |
Definition at line 80 of file xds_greeter_client.cc.