5b801db24b
Peer replication is intended to be between separate Consul installs and effectively should be considered "external". This PR moves the peer stream replication bidirectional RPC endpoint to the external gRPC server and ensures that things continue to function.
6 lines
82 B
Go
6 lines
82 B
Go
package pbpeerstream
|
|
|
|
func (x Operation) GoString() string {
|
|
return x.String()
|
|
}
|