|
|
@ -44,10 +44,9 @@ type ExportedService struct {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// ServiceConsumer represents a downstream consumer of the service to be exported.
|
|
|
|
// ServiceConsumer represents a downstream consumer of the service to be exported.
|
|
|
|
// At most one of Partition or PeerName must be specified.
|
|
|
|
// At most one of Partition or Peer must be specified.
|
|
|
|
type ServiceConsumer struct {
|
|
|
|
type ServiceConsumer struct {
|
|
|
|
// Partition is the admin partition to export the service to.
|
|
|
|
// Partition is the admin partition to export the service to.
|
|
|
|
// Deprecated: PeerName should be used for both remote peers and local partitions.
|
|
|
|
|
|
|
|
Partition string `json:",omitempty"`
|
|
|
|
Partition string `json:",omitempty"`
|
|
|
|
|
|
|
|
|
|
|
|
// Peer is the name of the peer to export the service to.
|
|
|
|
// Peer is the name of the peer to export the service to.
|
|
|
|