mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-09-28 01:40:33 +00:00
27 lines
815 B
Dart
27 lines
815 B
Dart
///
|
|
// Generated code. Do not modify.
|
|
// source: ffi_response.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
|
|
|
|
import 'dart:core' as $core;
|
|
const FFIStatusCode$json = const {
|
|
'1': 'FFIStatusCode',
|
|
'2': const [
|
|
const {'1': 'Unknown', '2': 0},
|
|
const {'1': 'Ok', '2': 1},
|
|
const {'1': 'Err', '2': 2},
|
|
],
|
|
};
|
|
|
|
const FFIResponse$json = const {
|
|
'1': 'FFIResponse',
|
|
'2': const [
|
|
const {'1': 'payload', '3': 1, '4': 1, '5': 12, '10': 'payload'},
|
|
const {'1': 'error', '3': 2, '4': 1, '5': 9, '10': 'error'},
|
|
const {'1': 'code', '3': 3, '4': 1, '5': 14, '6': '.FFIStatusCode', '10': 'code'},
|
|
],
|
|
};
|
|
|