You've already forked dart-core-sdk
Latest generation
This commit is contained in:
37
lib/object_db_query.pbgrpc.dart
Normal file
37
lib/object_db_query.pbgrpc.dart
Normal file
@@ -0,0 +1,37 @@
|
||||
//
|
||||
// Generated code. Do not modify.
|
||||
// source: object_db_query.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:async' as $async;
|
||||
import 'dart:core' as $core;
|
||||
|
||||
import 'package:grpc/service_api.dart' as $grpc;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
export 'object_db_query.pb.dart';
|
||||
|
||||
@$pb.GrpcServiceName('api.QueryObjectServices')
|
||||
class QueryObjectServicesClient extends $grpc.Client {
|
||||
|
||||
QueryObjectServicesClient($grpc.ClientChannel channel,
|
||||
{$grpc.CallOptions? options,
|
||||
$core.Iterable<$grpc.ClientInterceptor>? interceptors})
|
||||
: super(channel, options: options,
|
||||
interceptors: interceptors);
|
||||
}
|
||||
|
||||
@$pb.GrpcServiceName('api.QueryObjectServices')
|
||||
abstract class QueryObjectServicesServiceBase extends $grpc.Service {
|
||||
$core.String get $name => 'api.QueryObjectServices';
|
||||
|
||||
QueryObjectServicesServiceBase() {
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user