portworx / kvdb

Generic Key-Value interface
Apache License 2.0
40 stars 13 forks source link

Make BootstrapEntry struct in sync with that in Porx repo #136

Closed gohilankit closed 5 days ago

gohilankit commented 6 days ago

What this PR does / why we need it: The BootstrapEntry struct in porx project has more fields added over the time, which are missing here. This PR just brings it in sync.

Output of make build command:

>  make build
PKGS=github.com/portworx/kvdb github.com/portworx/kvdb/api/bootstrap github.com/portworx/kvdb/api/bootstrap/k8s github.com/portworx/kvdb/bolt github.com/portworx/kvdb/common github.com/portworx/kvdb/consul github.com/portworx/kvdb/etcd/common github.com/portworx/kvdb/etcd/v3 github.com/portworx/kvdb/mem github.com/portworx/kvdb/wrappers github.com/portworx/kvdb/zookeeper
>>> go build
go build github.com/portworx/kvdb github.com/portworx/kvdb/api/bootstrap github.com/portworx/kvdb/api/bootstrap/k8s github.com/portworx/kvdb/bolt github.com/portworx/kvdb/common github.com/portworx/kvdb/consul github.com/portworx/kvdb/etcd/common github.com/portworx/kvdb/etcd/v3 github.com/portworx/kvdb/mem github.com/portworx/kvdb/wrappers github.com/portworx/kvdb/zookeeper