2021-07-07 22:24:26 +08:00
|
|
|
///
|
|
|
|
// Generated code. Do not modify.
|
|
|
|
// source: event.proto
|
|
|
|
//
|
|
|
|
// @dart = 2.12
|
2021-07-13 23:08:20 +08:00
|
|
|
// ignore_for_file: annotate_overrides,camel_case_types,unnecessary_const,non_constant_identifier_names,library_prefixes,unused_import,unused_shown_name,return_of_invalid_type,unnecessary_this,prefer_final_fields,deprecated_member_use_from_same_package
|
2021-07-07 22:24:26 +08:00
|
|
|
|
|
|
|
import 'dart:core' as $core;
|
2021-07-13 23:08:20 +08:00
|
|
|
import 'dart:convert' as $convert;
|
|
|
|
import 'dart:typed_data' as $typed_data;
|
|
|
|
@$core.Deprecated('Use userEventDescriptor instead')
|
2021-07-07 22:24:26 +08:00
|
|
|
const UserEvent$json = const {
|
|
|
|
'1': 'UserEvent',
|
|
|
|
'2': const [
|
2021-09-17 19:03:46 +08:00
|
|
|
const {'1': 'InitUser', '2': 0},
|
2021-07-07 22:24:26 +08:00
|
|
|
const {'1': 'SignIn', '2': 1},
|
|
|
|
const {'1': 'SignUp', '2': 2},
|
|
|
|
const {'1': 'SignOut', '2': 3},
|
2021-07-14 21:12:52 +08:00
|
|
|
const {'1': 'UpdateUser', '2': 4},
|
2021-09-17 19:03:46 +08:00
|
|
|
const {'1': 'GetUserProfile', '2': 5},
|
2021-09-25 21:47:02 +08:00
|
|
|
const {'1': 'CheckUser', '2': 6},
|
2021-07-07 22:24:26 +08:00
|
|
|
],
|
|
|
|
};
|
|
|
|
|
2021-07-13 23:08:20 +08:00
|
|
|
/// Descriptor for `UserEvent`. Decode as a `google.protobuf.EnumDescriptorProto`.
|
2021-09-25 21:47:02 +08:00
|
|
|
final $typed_data.Uint8List userEventDescriptor = $convert.base64Decode('CglVc2VyRXZlbnQSDAoISW5pdFVzZXIQABIKCgZTaWduSW4QARIKCgZTaWduVXAQAhILCgdTaWduT3V0EAMSDgoKVXBkYXRlVXNlchAEEhIKDkdldFVzZXJQcm9maWxlEAUSDQoJQ2hlY2tVc2VyEAY=');
|