Commit e87ac9f7 authored by Ricard Vilalta's avatar Ricard Vilalta
Browse files

Update dlt_connector.proto

parent 15e26a45
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -18,6 +18,8 @@ package dlt;
import "context.proto";

service DltConnectorService {
  rpc RecordAll (context.Empty    ) returns (context.Empty) {}
  
  rpc RecordAllDevices (context.Empty    ) returns (context.Empty) {}
  rpc RecordDevice     (context.DeviceId ) returns (context.Empty) {}