暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12345678910
  1. "use strict";
  2. module.exports = proto3_target;
  3. var protobuf = require("../..");
  4. proto3_target.description = "Protocol Buffers, Version 3";
  5. function proto3_target(root, options, callback) {
  6. require("./proto")(root, protobuf.util.merge(options, { syntax: "proto3" }), callback);
  7. }