mirror of https://github.com/etcd-io/dbtester.git
Update message.proto
This commit is contained in:
parent
673b59db35
commit
79c87edaf6
|
|
@ -35,6 +35,9 @@ message Request {
|
|||
DatabaseID DatabaseID = 3;
|
||||
string DatabaseTag = 4;
|
||||
|
||||
// PeerIPsString encodes a list of endpoints in string
|
||||
// because Protocol Buffer does not have a list or array datatype
|
||||
// which is ordered. 'repeated' does not guarantee the ordering.
|
||||
string PeerIPsString = 5;
|
||||
uint32 IPIndex = 6;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue