Skip to content

Commit

Permalink
Automated Protos Update (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 31, 2023
1 parent 6f22cd6 commit 0261ff6
Show file tree
Hide file tree
Showing 332 changed files with 16,780 additions and 1,129 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ buf: buf.yaml buf.gen.yaml
dart run tool/export_protos.dart

setup:
dart pub global activate protoc_plugin 21.0.2
dart pub global activate protoc_plugin
dart pub global activate grpc
dart pub global activate cider

Expand Down
296 changes: 279 additions & 17 deletions lib/src/gen/app/cloudslam/v1/cloud_slam.pb.dart

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/src/gen/app/cloudslam/v1/cloud_slam.pbenum.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//
// @dart = 2.12

// ignore_for_file: annotate_overrides, camel_case_types
// 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
Expand Down
2 changes: 1 addition & 1 deletion lib/src/gen/app/cloudslam/v1/cloud_slam.pbgrpc.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//
// @dart = 2.12

// ignore_for_file: annotate_overrides, camel_case_types
// 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
Expand Down
2 changes: 1 addition & 1 deletion lib/src/gen/app/cloudslam/v1/cloud_slam.pbjson.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//
// @dart = 2.12

// ignore_for_file: annotate_overrides, camel_case_types
// 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
Expand Down
Loading

0 comments on commit 0261ff6

Please sign in to comment.