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 _ = fmt.Errorf
var _ = math.Inf var _ = math.Inf
// differentiate between major or minor releases // differentiate between major or minor releases (possibly different APIs).
// (possibly different APIs) // Make sure to make accordingn changes in 'flag_*' when a field is added/removed.
type DatabaseID int32 type DatabaseID int32
const ( const (

View File

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