open-consul/proto/pbservice
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 extensions for local service to GetExtensionConfigurations (#15871) 2022-12-22 10:03:33 -08:00
convert_oss.go Fixup acl.EnterpriseMeta 2022-04-05 15:11:49 -07:00
convert_oss_test.go Fixup acl.EnterpriseMeta 2022-04-05 15:11:49 -07:00
convert_pbstruct.go Protobuf Modernization (#15949) 2023-01-11 09:39:10 -05:00
convert_test.go Remove gogo stdduration from the healthcheck protobufs 2022-03-15 10:51:40 -04:00
healthcheck.gen.go fix(check): added missing OSService props 2022-09-21 13:10:21 +01:00
healthcheck.pb.binary.go Fix usage of protoc-gen-go-binary (#15920) 2023-01-06 11:30:54 -05:00
healthcheck.pb.go Protobuf Modernization (#15949) 2023-01-11 09:39:10 -05:00
healthcheck.proto Merge remote-tracking branch 'hashicorp/main' into feature/health-checks_windows_service 2022-08-15 08:26:55 +01:00
ids.go agent: allow for service discovery queries involving peer name to use streaming (#13168) 2022-05-20 15:27:01 -05:00
ids_test.go agent: allow for service discovery queries involving peer name to use streaming (#13168) 2022-05-20 15:27:01 -05:00
node.gen.go peering: initial sync (#12842) 2022-04-21 17:34:40 -05:00
node.pb.binary.go Fix usage of protoc-gen-go-binary (#15920) 2023-01-06 11:30:54 -05:00
node.pb.go Protobuf Modernization (#15949) 2023-01-11 09:39:10 -05:00
node.proto proto: add package prefixes for all proto files where it is safe (#13735) 2022-07-13 11:03:27 -05:00
service.gen.go [OSS] feat: access logs for listeners and listener filters (#15864) 2022-12-22 15:18:15 -05:00
service.pb.binary.go Fix usage of protoc-gen-go-binary (#15920) 2023-01-06 11:30:54 -05:00
service.pb.go Protobuf Modernization (#15949) 2023-01-11 09:39:10 -05:00
service.proto [OSS] feat: access logs for listeners and listener filters (#15864) 2022-12-22 15:18:15 -05:00