open-consul/agent/grpc-external/services/peerstream
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
..
health_snapshot.go Remove duplicate comment 2022-07-26 10:19:49 -07:00
health_snapshot_test.go Use Node Name for peering healthSnapshot instead of ID (#13773) 2022-07-15 10:51:38 -04:00
mock_ACLResolver.go grpc: rename public/private directories to external/internal (#13721) 2022-07-13 16:33:48 +01:00
replication.go Protobuf Modernization (#15949) 2023-01-11 09:39:10 -05:00
server.go Share mgw addrs in peering stream if needed 2022-10-03 11:42:20 -06:00
server_test.go Use proto message for each secrets write op 2022-08-08 01:41:00 -06:00
stream_resources.go Protobuf Modernization (#15949) 2023-01-11 09:39:10 -05:00
stream_test.go Protobuf Modernization (#15949) 2023-01-11 09:39:10 -05:00
stream_tracker.go convert stream status time fields to pointers (#15252) 2022-11-03 11:51:22 -07:00
stream_tracker_test.go convert stream status time fields to pointers (#15252) 2022-11-03 11:51:22 -07:00
subscription_blocking.go Fix incorrect backoff-wait logic. 2022-10-12 08:01:10 -05:00
subscription_manager.go Protobuf Modernization (#15949) 2023-01-11 09:39:10 -05:00
subscription_manager_test.go peering: better represent non-passing states during peer check flattening (#15615) 2022-11-30 11:29:21 -06:00
subscription_state.go Protobuf Modernization (#15949) 2023-01-11 09:39:10 -05:00
subscription_state_test.go Protobuf Modernization (#15949) 2023-01-11 09:39:10 -05:00
subscription_view.go grpc: rename public/private directories to external/internal (#13721) 2022-07-13 16:33:48 +01:00
subscription_view_test.go grpc: rename public/private directories to external/internal (#13721) 2022-07-13 16:33:48 +01:00
testing.go Add exported services event to cluster peering replication. (#14797) 2022-09-29 15:37:19 -04:00