open-consul/proto/pbpeering
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
..
peering.gen.go Bring back parameter ServerExternalAddresses in GenerateToken endpoint (#15267) 2022-11-08 14:55:18 -06:00
peering.go Protobuf Modernization (#15949) 2023-01-11 09:39:10 -05:00
peering.pb.binary.go Fix usage of protoc-gen-go-binary (#15920) 2023-01-06 11:30:54 -05:00
peering.pb.go Protobuf Modernization (#15949) 2023-01-11 09:39:10 -05:00
peering.proto grpc: `protoc` plugin for generating gRPC rate limit specifications (#15564) 2023-01-04 16:07:02 +00:00
peering.rpcglue.pb.go Refactor client RPC timeouts (#14965) 2022-10-18 15:05:09 -04:00
peering_grpc.pb.go proto: add package prefixes for all proto files where it is safe (#13735) 2022-07-13 11:03:27 -05:00
peering_oss.go peering: initial sync (#12842) 2022-04-21 17:34:40 -05:00