open-consul/proto/pbcommon
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
..
common.gen.go assorted changes required to remove gogo 2022-03-25 09:55:36 -04:00
common.go Add timeout to Client RPC calls (#11500) 2022-04-21 16:21:35 -04:00
common.pb.binary.go sync changes to oss files made in enterprise (#10670) 2021-07-22 13:58:08 -05:00
common.pb.go proto: add package prefixes for all proto files where it is safe (#13735) 2022-07-13 11:03:27 -05:00
common.proto proto: add package prefixes for all proto files where it is safe (#13735) 2022-07-13 11:03:27 -05:00
common_oss.go Fixup acl.EnterpriseMeta 2022-04-05 15:11:49 -07:00