Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
njooma authored Jul 19, 2023
1 parent 4d209d7 commit 597210c
Show file tree
Hide file tree
Showing 99 changed files with 1,669 additions and 5,725 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ buf: buf.yaml buf.gen.yaml
PATH=$(PATH_WITH_TOOLS) protoc --dart_out=grpc:lib/src/gen -I$(PROTOBUF) $(PROTOBUF)/google/protobuf/wrappers.proto
# There's a bug in dart protoc where it doesn't understand that `call` is already taken
sed -i '' 's/yield\* call(call, await request);/yield\* this\.call(call, await request);/g' ./lib/src/gen/proto/rpc/webrtc/v1/signaling.pbgrpc.dart
dart run tool/export_protos.dart

setup:
dart pub global activate protoc_plugin
Expand Down
6 changes: 6 additions & 0 deletions lib/src/components/camera/service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,10 @@ class CameraService extends CameraServiceBase {
// TODO: implement getGeometries
throw UnimplementedError();
}

@override
Future<GetImagesResponse> getImages(ServiceCall call, GetImagesRequest request) {
// TODO: implement getImages
throw UnimplementedError();
}
}
131 changes: 0 additions & 131 deletions lib/src/di/di.dart

This file was deleted.

3 changes: 0 additions & 3 deletions lib/src/di/di_clients/di_auth0.dart

This file was deleted.

23 changes: 0 additions & 23 deletions lib/src/di/di_clients/di_grpc_client.dart

This file was deleted.

19 changes: 0 additions & 19 deletions lib/src/di/di_clients/di_web_rtc_client.dart

This file was deleted.

62 changes: 0 additions & 62 deletions lib/src/di/di_service.dart

This file was deleted.

57 changes: 0 additions & 57 deletions lib/src/domain/app/model/viam_location.dart

This file was deleted.

27 changes: 0 additions & 27 deletions lib/src/domain/app/model/viam_location_auth.dart

This file was deleted.

21 changes: 0 additions & 21 deletions lib/src/domain/app/model/viam_location_organization.dart

This file was deleted.

Loading

0 comments on commit 597210c

Please sign in to comment.