open-consul/proto/pbservice
R.B. Boyer c8c6484905
proto: add package prefixes for all proto files where it is safe (#13735)
We cannot do this for "subscribe" and "partition" this easily without
breakage so those are omitted.

Any protobuf message passed around via an Any construct will have the
fully qualified package name embedded in the protobuf as a string. Also
RPC method dispatch will include the package of the service during
serialization.

- We will be passing pbservice and pbpeering through an Any as part of
  peer stream replication.

- We will be exposing two new gRPC services via pbpeering and
  pbpeerstream.
2022-07-13 11:03:27 -05:00
..
convert.go Clean up imported nodes/services/checks as needed (#13367) 2022-06-13 11:52:28 -06: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 remove the rest of gogo 2022-03-28 17:34:41 -04:00
convert_test.go Remove gogo stdduration from the healthcheck protobufs 2022-03-15 10:51:40 -04:00
healthcheck.gen.go UDP check for service stanza #12221 (#12722) 2022-06-06 15:13:19 -04:00
healthcheck.pb.binary.go proto: split pbservice into multiple files 2020-09-24 15:14:27 -04:00
healthcheck.pb.go proto: add package prefixes for all proto files where it is safe (#13735) 2022-07-13 11:03:27 -05:00
healthcheck.proto proto: add package prefixes for all proto files where it is safe (#13735) 2022-07-13 11:03:27 -05: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 peering: initial sync (#12842) 2022-04-21 17:34:40 -05:00
node.pb.go proto: add package prefixes for all proto files where it is safe (#13735) 2022-07-13 11:03:27 -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 peering: replicate expected SNI, SPIFFE, and service protocol to peers (#13218) 2022-05-25 12:37:44 -05:00
service.pb.binary.go peering: replicate expected SNI, SPIFFE, and service protocol to peers (#13218) 2022-05-25 12:37:44 -05:00
service.pb.go proto: add package prefixes for all proto files where it is safe (#13735) 2022-07-13 11:03:27 -05:00
service.proto proto: add package prefixes for all proto files where it is safe (#13735) 2022-07-13 11:03:27 -05:00