mirror of https://github.com/status-im/consul.git
5afd4657ec
* Protobuf Modernization Remove direct usage of golang/protobuf in favor of google.golang.org/protobuf Marshallers (protobuf and json) needed some changes to account for different APIs. Moved to using the google.golang.org/protobuf/types/known/* for the well known types including replacing some custom Struct manipulation with whats available in the structpb well known type package. This also updates our devtools script to install protoc-gen-go from the right location so that files it generates conform to the correct interfaces. * Fix go-mod-tidy make target to work on all modules |
||
---|---|---|
.. | ||
convert.go | ||
convert_oss.go | ||
convert_oss_test.go | ||
convert_pbstruct.go | ||
convert_test.go | ||
healthcheck.gen.go | ||
healthcheck.pb.binary.go | ||
healthcheck.pb.go | ||
healthcheck.proto | ||
ids.go | ||
ids_test.go | ||
node.gen.go | ||
node.pb.binary.go | ||
node.pb.go | ||
node.proto | ||
service.gen.go | ||
service.pb.binary.go | ||
service.pb.go | ||
service.proto |