You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.4 KiB
44 lines
1.4 KiB
4 months ago
|
//
|
||
|
// Generated code. Do not modify.
|
||
|
// source: auth.proto
|
||
|
//
|
||
|
// @dart = 2.12
|
||
|
|
||
|
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||
|
// ignore_for_file: constant_identifier_names, library_prefixes
|
||
|
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||
|
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||
|
|
||
|
import 'dart:convert' as $convert;
|
||
|
import 'dart:core' as $core;
|
||
|
import 'dart:typed_data' as $typed_data;
|
||
|
|
||
|
@$core.Deprecated('Use authReqDescriptor instead')
|
||
|
const AuthReq$json = {
|
||
|
'1': 'AuthReq',
|
||
|
'2': [
|
||
|
{'1': 'uid', '3': 1, '4': 1, '5': 13, '10': 'uid'},
|
||
|
{'1': 'token', '3': 2, '4': 1, '5': 9, '10': 'token'},
|
||
|
],
|
||
|
};
|
||
|
|
||
|
/// Descriptor for `AuthReq`. Decode as a `google.protobuf.DescriptorProto`.
|
||
|
final $typed_data.Uint8List authReqDescriptor = $convert.base64Decode(
|
||
|
'CgdBdXRoUmVxEhAKA3VpZBgBIAEoDVIDdWlkEhQKBXRva2VuGAIgASgJUgV0b2tlbg==');
|
||
|
|
||
|
@$core.Deprecated('Use authRespDescriptor instead')
|
||
|
const AuthResp$json = {
|
||
|
'1': 'AuthResp',
|
||
|
'2': [
|
||
|
{'1': 'uid', '3': 1, '4': 1, '5': 13, '10': 'uid'},
|
||
|
{'1': 'code', '3': 2, '4': 1, '5': 13, '10': 'code'},
|
||
|
{'1': 'message', '3': 3, '4': 1, '5': 9, '10': 'message'},
|
||
|
],
|
||
|
};
|
||
|
|
||
|
/// Descriptor for `AuthResp`. Decode as a `google.protobuf.DescriptorProto`.
|
||
|
final $typed_data.Uint8List authRespDescriptor = $convert.base64Decode(
|
||
|
'CghBdXRoUmVzcBIQCgN1aWQYASABKA1SA3VpZBISCgRjb2RlGAIgASgNUgRjb2RlEhgKB21lc3'
|
||
|
'NhZ2UYAyABKAlSB21lc3NhZ2U=');
|
||
|
|