Loading proto/dlt_connector.proto +2 −0 Original line number Diff line number Diff line Loading @@ -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) {} Loading Loading
proto/dlt_connector.proto +2 −0 Original line number Diff line number Diff line Loading @@ -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) {} Loading