초기커밋
This commit is contained in:
35
Protocol/out-Proto/js/Define_Meta_pb.js
Normal file
35
Protocol/out-Proto/js/Define_Meta_pb.js
Normal file
@@ -0,0 +1,35 @@
|
||||
// source: Define_Meta.proto
|
||||
/**
|
||||
* @fileoverview
|
||||
* @enhanceable
|
||||
* @suppress {missingRequire} reports error on implicit type usages.
|
||||
* @suppress {messageConventions} JS Compiler reports an error if a variable or
|
||||
* field starts with 'MSG_' and isn't a translatable message.
|
||||
* @public
|
||||
*/
|
||||
// GENERATED CODE -- DO NOT EDIT!
|
||||
/* eslint-disable */
|
||||
// @ts-nocheck
|
||||
|
||||
var jspb = require('google-protobuf');
|
||||
var goog = jspb;
|
||||
var global = (function() {
|
||||
if (this) { return this; }
|
||||
if (typeof window !== 'undefined') { return window; }
|
||||
if (typeof global !== 'undefined') { return global; }
|
||||
if (typeof self !== 'undefined') { return self; }
|
||||
return Function('return this')();
|
||||
}.call(null));
|
||||
|
||||
var Define_Common_pb = require('./Define_Common_pb.js');
|
||||
goog.object.extend(proto, Define_Common_pb);
|
||||
goog.exportSymbol('proto.ConstantKeyType', null, global);
|
||||
/**
|
||||
* @enum {number}
|
||||
*/
|
||||
proto.ConstantKeyType = {
|
||||
CONSTANTKEYTYPE_NONE: 0,
|
||||
CONSTANTKEYTYPE_DEFAULTENTRYWORLDIDWHENLOGINTOAUTH: 1
|
||||
};
|
||||
|
||||
goog.object.extend(exports, proto);
|
||||
Reference in New Issue
Block a user