open-consul/proto/pbpeering
Dan Upton 22ff376bba
proto: deep-copy PeeringTrustBundle using proto.Clone (#15004)
Fixes a `go vet` warning caused by the pragma.DoNotCopy on the protobuf
message type.

Originally I'd hoped we wouldn't need any reflection in the proxycfg hot
path, but it seems proto.Clone is the only supported way to copy a message.
2022-10-17 16:30:35 +01:00
..
peering.gen.go Add remote peer partition and datacenter info. 2022-10-13 10:37:41 -05:00
peering.go proto: deep-copy PeeringTrustBundle using proto.Clone (#15004) 2022-10-17 16:30:35 +01:00
peering.pb.binary.go Add remote peer partition and datacenter info. 2022-10-13 10:37:41 -05:00
peering.pb.go Add remote peer partition and datacenter info. 2022-10-13 10:37:41 -05:00
peering.proto Add remote peer partition and datacenter info. 2022-10-13 10:37:41 -05:00
peering.rpcglue.pb.go Add ACL enforcement to peering endpoints 2022-07-25 09:34:29 -06: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