mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-09-07 15:51:04 +00:00
34 lines
1.4 KiB
Dart
34 lines
1.4 KiB
Dart
///
|
|
// Generated code. Do not modify.
|
|
// source: ws.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 wsDataTypeDescriptor instead')
|
|
const WsDataType$json = const {
|
|
'1': 'WsDataType',
|
|
'2': const [
|
|
const {'1': 'Command', '2': 0},
|
|
const {'1': 'Delta', '2': 1},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `WsDataType`. Decode as a `google.protobuf.EnumDescriptorProto`.
|
|
final $typed_data.Uint8List wsDataTypeDescriptor = $convert.base64Decode('CgpXc0RhdGFUeXBlEgsKB0NvbW1hbmQQABIJCgVEZWx0YRAB');
|
|
@$core.Deprecated('Use wsDocumentDataDescriptor instead')
|
|
const WsDocumentData$json = const {
|
|
'1': 'WsDocumentData',
|
|
'2': const [
|
|
const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
|
|
const {'1': 'ty', '3': 2, '4': 1, '5': 14, '6': '.WsDataType', '10': 'ty'},
|
|
const {'1': 'data', '3': 3, '4': 1, '5': 12, '10': 'data'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `WsDocumentData`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List wsDocumentDataDescriptor = $convert.base64Decode('Cg5Xc0RvY3VtZW50RGF0YRIOCgJpZBgBIAEoCVICaWQSGwoCdHkYAiABKA4yCy5Xc0RhdGFUeXBlUgJ0eRISCgRkYXRhGAMgASgMUgRkYXRh');
|