| 411 | } |
| 412 | |
| 413 | inline Type ClassOf(const EndpointSpec& endpoint, const string& base_package) { |
| 414 | return Type::Class( |
| 415 | endpoint.name(), |
| 416 | base_package + "." + absl::AsciiStrToLower(endpoint.package())); |
| 417 | } |
| 418 | |
| 419 | void GenerateOp(const OpSpec& op, const EndpointSpec& endpoint, |
| 420 | const string& base_package, const string& output_dir, |