mirror of
https://mirror.ghproxy.com/https://github.com/StarCitizenToolBox/app.git
synced 2024-12-23 18:13:41 +08:00
40 lines
1.2 KiB
Dart
40 lines
1.2 KiB
Dart
|
//
|
||
|
// Generated code. Do not modify.
|
||
|
// source: app.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 pingRequestDescriptor instead')
|
||
|
const PingRequest$json = {
|
||
|
'1': 'PingRequest',
|
||
|
'2': [
|
||
|
{'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
|
||
|
],
|
||
|
};
|
||
|
|
||
|
/// Descriptor for `PingRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||
|
final $typed_data.Uint8List pingRequestDescriptor = $convert.base64Decode(
|
||
|
'CgtQaW5nUmVxdWVzdBISCgRuYW1lGAEgASgJUgRuYW1l');
|
||
|
|
||
|
@$core.Deprecated('Use pingResultDescriptor instead')
|
||
|
const PingResult$json = {
|
||
|
'1': 'PingResult',
|
||
|
'2': [
|
||
|
{'1': 'pong', '3': 1, '4': 1, '5': 9, '10': 'pong'},
|
||
|
],
|
||
|
};
|
||
|
|
||
|
/// Descriptor for `PingResult`. Decode as a `google.protobuf.DescriptorProto`.
|
||
|
final $typed_data.Uint8List pingResultDescriptor = $convert.base64Decode(
|
||
|
'CgpQaW5nUmVzdWx0EhIKBHBvbmcYASABKAlSBHBvbmc=');
|
||
|
|