aboutsummaryrefslogtreecommitdiffstats
path: root/Software/PMR/Messages/DataStore/DataStoreItemModifiedRequest.proto
blob: c86d9e0164872a15081f8ffde4315ec47c13af6a (plain)
1
2
3
4
5
6
7
8
9
10
syntax = "proto3";

package Tango.PMR.DataStore;
option java_package = "com.twine.tango.pmr.datastore";

message DataStoreItemModifiedRequest
{
	string Collection = 1;
	string Key = 2;
}