open-consul/proto/pbpeerstream
Matt Keeler 554f1e6fee
Protobuf Modernization (#15949)
* 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
2023-01-11 09:39:10 -05:00
..
convert.go Add exported services event to cluster peering replication. (#14797) 2022-09-29 15:37:19 -04:00
peerstream.go peering: move peer replication to the external gRPC port (#13698) 2022-07-08 12:01:13 -05:00
peerstream.pb.binary.go Fix usage of protoc-gen-go-binary (#15920) 2023-01-06 11:30:54 -05:00
peerstream.pb.go Protobuf Modernization (#15949) 2023-01-11 09:39:10 -05:00
peerstream.proto grpc: `protoc` plugin for generating gRPC rate limit specifications (#15564) 2023-01-04 16:07:02 +00:00
peerstream_grpc.pb.go Implement/Utilize secrets for Peering Replication Stream (#13977) 2022-08-01 10:33:18 -04:00
types.go Add exported services event to cluster peering replication. (#14797) 2022-09-29 15:37:19 -04:00