mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-07-28 03:21:54 +00:00
24 lines
1.1 KiB
Dart
24 lines
1.1 KiB
Dart
![]() |
///
|
||
|
// Generated code. Do not modify.
|
||
|
// source: revision.proto
|
||
|
//
|
||
|
// @dart = 2.12
|
||
|
// 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
|
||
|
|
||
|
import 'dart:core' as $core;
|
||
|
import 'dart:convert' as $convert;
|
||
|
import 'dart:typed_data' as $typed_data;
|
||
|
@$core.Deprecated('Use revisionDescriptor instead')
|
||
|
const Revision$json = const {
|
||
|
'1': 'Revision',
|
||
|
'2': const [
|
||
|
const {'1': 'base_rev_id', '3': 1, '4': 1, '5': 3, '10': 'baseRevId'},
|
||
|
const {'1': 'rev_id', '3': 2, '4': 1, '5': 3, '10': 'revId'},
|
||
|
const {'1': 'delta', '3': 3, '4': 1, '5': 12, '10': 'delta'},
|
||
|
const {'1': 'md5', '3': 4, '4': 1, '5': 9, '10': 'md5'},
|
||
|
],
|
||
|
};
|
||
|
|
||
|
/// Descriptor for `Revision`. Decode as a `google.protobuf.DescriptorProto`.
|
||
|
final $typed_data.Uint8List revisionDescriptor = $convert.base64Decode('CghSZXZpc2lvbhIeCgtiYXNlX3Jldl9pZBgBIAEoA1IJYmFzZVJldklkEhUKBnJldl9pZBgCIAEoA1IFcmV2SWQSFAoFZGVsdGEYAyABKAxSBWRlbHRhEhAKA21kNRgEIAEoCVIDbWQ1');
|