dbtesterpb: update comments on adding/removing database IDs

This commit is contained in:
Gyu-Ho Lee 2017-02-23 10:31:36 -08:00
parent 17a972b474
commit f7f7d785fb
No known key found for this signature in database
GPG Key ID: 1DDD39C7EB70C24C
2 changed files with 5 additions and 5 deletions

View File

@ -14,8 +14,8 @@ var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
// differentiate between major or minor releases
// (possibly different APIs)
// differentiate between major or minor releases (possibly different APIs).
// Make sure to make accordingn changes in 'flag_*' when a field is added/removed.
type DatabaseID int32
const (

View File

@ -8,13 +8,13 @@ option (gogoproto.sizer_all) = true;
option (gogoproto.unmarshaler_all) = true;
option (gogoproto.goproto_getters_all) = false;
// differentiate between major or minor releases
// (possibly different APIs)
// differentiate between major or minor releases (possibly different APIs).
// Make sure to make accordingn changes in 'flag_*' when a field is added/removed.
enum DatabaseID {
etcd__v2_3 = 0;
etcd__v3_1 = 1;
etcd__v3_2 = 2;
etcd__tip = 3;
etcd__tip = 3;
zookeeper__r3_4_9 = 10;
zookeeper__r3_5_2_alpha = 11;