You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After 80d1594, code using mvccpb.KeyValue explicitly fail to compile since it is moved into internal directory.
mvccpb.KeyValue is export as field type of github.com/coreos/etcd/etcdserver/etcdserverpb.RangeResponse.Kvs. Since RangeResponse is a public API. mvccpb.KeyValue should be public, too.
The text was updated successfully, but these errors were encountered:
After 80d1594, code using
mvccpb.KeyValue
explicitly fail to compile since it is moved intointernal
directory.mvccpb.KeyValue
is export as field type ofgithub.com/coreos/etcd/etcdserver/etcdserverpb.RangeResponse.Kvs
. SinceRangeResponse
is a public API.mvccpb.KeyValue
should be public, too.The text was updated successfully, but these errors were encountered: